Skip to content

Instantly share code, notes, and snippets.

@vim13
Created December 7, 2019 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vim13/1843e3a47a5b95c5038b96bd3809f778 to your computer and use it in GitHub Desktop.
Save vim13/1843e3a47a5b95c5038b96bd3809f778 to your computer and use it in GitHub Desktop.
bash shell script /usr/local/bin/g
g++ -std=c++11 -o $1 $1.cpp && ./$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment