Skip to content

Instantly share code, notes, and snippets.

@nakosung
Created August 19, 2013 06:40
Show Gist options
  • Save nakosung/6266271 to your computer and use it in GitHub Desktop.
Save nakosung/6266271 to your computer and use it in GitHub Desktop.
Sublime text - build script
{
"cmd": ["scripts/build_script.sh"],
"working_dir" : "${project_path:${folder}}/..",
"shell": "true",
"path":"/usr/local/bin:$PATH"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment