Open a file with Sublime Text
#!/bin/sh # Place this in /usr/local/bin # Run: chmod +x /usr/local/bin/st exec /opt/sublime_text/sublime_text "$@"