Skip to content

Instantly share code, notes, and snippets.

@MaxSteven
Forked from andresgutgon/dosbatch.sublime-build
Created November 12, 2018 12:07
Show Gist options
  • Select an option

  • Save MaxSteven/62f71434fb87d2a21b40507eefb2cf1d to your computer and use it in GitHub Desktop.

Select an option

Save MaxSteven/62f71434fb87d2a21b40507eefb2cf1d 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