shell script for running spin

This commit is contained in:
Sam Caldwell 2021-01-11 11:50:50 -05:00
parent 549590d304
commit 145bc84e33
1 changed files with 7 additions and 0 deletions

7
racket/typed/run-spin.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
EXE="$1-verifier.o"
spin -a $1
gcc -o $EXE pan.c
$EXE -a -f -n -N $2