Skip to content

Instantly share code, notes, and snippets.

@tmazur
Last active August 29, 2015 14:17
Show Gist options
  • Save tmazur/637e11103d9d48773574 to your computer and use it in GitHub Desktop.
Save tmazur/637e11103d9d48773574 to your computer and use it in GitHub Desktop.
SublimeText build system using bash
{
"cmd": ["c:\\cygwin64\\bin\\bash.exe", "-l", "-c", "cd `cygpath -u \"${file_path}\\Utils\"` && buildl2"],
"working_dir": "${file_path}\\Utils\\",
"file_regex": "Label.h"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment