Created
April 30, 2013 23:58
-
-
Save hersonls/5492817 to your computer and use it in GitHub Desktop.
Sublime Text: C build for osx - sublime-build
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"cmd" : ["gcc $file -o ${file_base_name} && osascript -e 'tell application \"Terminal\" to activate' -e 'tell application \"Terminal\" to do script \"${file_path}/${file_base_name}\"'"], | |
"selector" : "source.c", | |
"shell":true, | |
"working_dir" : "$file_path" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment