Skip to content

Instantly share code, notes, and snippets.

@keller0
Created December 22, 2017 11:19
Show Gist options
  • Save keller0/faf58fb4d6a47dde8b1c6f09c4f1bb11 to your computer and use it in GitHub Desktop.
Save keller0/faf58fb4d6a47dde8b1c6f09c4f1bb11 to your computer and use it in GitHub Desktop.
Run a sigle source file C program.
#!/bin/sh
gcc -o tests $1 && ./tests && rm tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment