Return to Snippet

Revision: 59524
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