Skip to content

Instantly share code, notes, and snippets.

@seagoj
Created August 27, 2015 16:01
Show Gist options
  • Save seagoj/0eb0536175ef4e03ad59 to your computer and use it in GitHub Desktop.
Save seagoj/0eb0536175ef4e03ad59 to your computer and use it in GitHub Desktop.
Test runner for the CS50 course
#!/bin/sh
ps=${PWD##*/}
style50 $1.c
clang -o $1 $1.c -lcs50 $2
check50 2014.fall.$ps.$1 $1.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment