Skip to content

Instantly share code, notes, and snippets.

@FMCorz
Created May 26, 2016 02:41
Show Gist options
  • Save FMCorz/7a800d348be5429434fb3c0aab232d08 to your computer and use it in GitHub Desktop.
Save FMCorz/7a800d348be5429434fb3c0aab232d08 to your computer and use it in GitHub Desktop.
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 "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment