Last active
March 25, 2016 09:24
-
-
Save lengocgiang/de63f1f337e3c946e322 to your computer and use it in GitHub Desktop.
Console input with terminal
This file contains hidden or 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": ["bash", "-c", "g++ '${file}' -o '${file_path}/${file_base_name}' && open -a Terminal.app '${file_path}/${file_base_name}'"], | |
"selector" : "source.c", | |
"shell" : false, | |
"working_dir" : "$file_path" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment