Created
August 27, 2015 16:01
-
-
Save seagoj/0eb0536175ef4e03ad59 to your computer and use it in GitHub Desktop.
Test runner for the CS50 course
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
#!/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