Skip to content

Instantly share code, notes, and snippets.

@sparr
Created August 3, 2012 15:48
Show Gist options
  • Save sparr/3248893 to your computer and use it in GitHub Desktop.
Save sparr/3248893 to your computer and use it in GitHub Desktop.
SublimeText Build System for BASH scripts
{
"cmd": ["bash", "$file"],
"file_regex": "^(.*): line ([0-9]*)",
"selector": "source.bash"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment