Skip to content

Instantly share code, notes, and snippets.

@andrewytliu
Created October 17, 2011 15:25
Show Gist options
  • Save andrewytliu/1292857 to your computer and use it in GitHub Desktop.
Save andrewytliu/1292857 to your computer and use it in GitHub Desktop.
Sublime Text Open Directory
#!/bin/sh
nohup $HOME/bin/Sublime\ Text\ 2/sublime_text -n $* > /dev/null 2>&1 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment