diff --git a/flagpole/comp.sh b/flagpole/comp.sh new file mode 100755 index 0000000..d69fc9e --- /dev/null +++ b/flagpole/comp.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +set -xe +fpfile="$1" +asmfile="${fpfile%.*}.asm" +binfile="${fpfile%.*}" +./fvmfpc -f $1 > ${asmfile} +fasmg ${asmfile}