that was easy! got tripped up at first because if you don’t give the absolute path, ln
assumes it’s relative to the target.
ln -s (pwd)/micro.sh /dir/in/my/path/mb
and now which mb
works!
that was easy! got tripped up at first because if you don’t give the absolute path, ln
assumes it’s relative to the target.
ln -s (pwd)/micro.sh /dir/in/my/path/mb
and now which mb
works!