Revision: 59524
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at September 14, 2012 10:16 by LucasRinaldi
Initial Code
ln -s "PATHTOTOOL" PATHTOLINK Example: ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl
Initial URL
Initial Description
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).
Initial Title
Creating Link for Command Line Tools
Initial Tags
Initial Language
Bash