git @ Cat's Eye Technologies SixtyPical / 0d3ac8c loadngo.sh
0d3ac8c

Tree @0d3ac8c (Download .tar.gz)

loadngo.sh @0d3ac8craw · history · blame

1
2
3
4
5
6
7
#!/bin/sh

SRC=$1
OUT=/tmp/a-out.prg
bin/sixtypical --analyze --compile --basic-prelude $SRC > $OUT || exit 1
x64 $OUT
rm -f $OUT