3 lines
77 B
Fish
3 lines
77 B
Fish
function bin --argument file
|
|
ln -sr (realpath $file) /usr/local/bin/
|
|
end
|