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

Tree @0.7 (Download .tar.gz)

loadngo.sh @0.7raw · 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