Skip to content

Instantly share code, notes, and snippets.

@Frogli
Forked from andresgutgon/dosbatch.sublime-build
Created July 10, 2017 09:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Frogli/60263c95c5ad54c12bfa5c6d06961ba8 to your computer and use it in GitHub Desktop.
Save Frogli/60263c95c5ad54c12bfa5c6d06961ba8 to your computer and use it in GitHub Desktop.
Batch File Running for Sublime Text 2
{
"cmd": ["$file"],
"working_dir": "$file_path",
"selector": "source.dosbatch"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment