/ Published in: Bash
You can change the 'PATHTOTOOL' and the 'PATHTOLINK', to use this command for a variety of tools
'-s' is used to create a symbolic link (http://en.wikipedia.org/wiki/Symbolic_link).
'-s' is used to create a symbolic link (http://en.wikipedia.org/wiki/Symbolic_link).
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
ln -s "PATHTOTOOL" PATHTOLINK Example: ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl