Skip to content

Instantly share code, notes, and snippets.

@tomraithel
Created November 16, 2012 08:29
Show Gist options
  • Save tomraithel/4085474 to your computer and use it in GitHub Desktop.
Save tomraithel/4085474 to your computer and use it in GitHub Desktop.
SUBLIME: Custom build command
{
"cmd": ["my_custom_bat.bat"],
"encoding": "cp850",
"working_dir": "C:/dev/path-to/batch/",
"variants": [
{
"cmd": ["solve_world_hunger"],
"name": "Solve World Hunger" // Searchable in command pallette
},
{
"cmd": ["ant", "clean"],
"name": "Run" // ctrl+shift+b
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment