Skip to content

Instantly share code, notes, and snippets.

@m-gagne
Created May 9, 2012 21:19
Show Gist options
  • Save m-gagne/2648961 to your computer and use it in GitHub Desktop.
Save m-gagne/2648961 to your computer and use it in GitHub Desktop.
Command for opening sublime and adding the current directory to the project
@echo off
"c:\Program Files\Sublime Text 2\sublime_text.exe" -n -a .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment