1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-06-27 23:29:36 +00:00
SixtyPical/loadngo.sh

8 lines
130 B
Bash
Raw Normal View History

#!/bin/sh
SRC=$1
OUT=/tmp/a-out.prg
2015-10-17 14:23:00 +00:00
bin/sixtypical --analyze --compile --basic-prelude $SRC > $OUT || exit 1
x64 $OUT
rm -f $OUT