I recently did a tutorial that shows how to run a script to open all files in a folder in Sublime text 2 by navigating to the fodler and typing Subl .
It now opens blank windows when running the script, and so I want to revert, but am unsure how. The command I used is
ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" /bin/subl
Thank you!