Skip to content

Instantly share code, notes, and snippets.

@vittorioromeo
Created January 9, 2014 12:01
Show Gist options
  • Save vittorioromeo/8333059 to your computer and use it in GitHub Desktop.
Save vittorioromeo/8333059 to your computer and use it in GitHub Desktop.
#!/bin/bash
gcc $1 -o /tmp/$1 && /tmp/$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment