1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2025-03-11 01:30:43 +00:00

8 lines
130 B
Bash
Raw Permalink Normal View History

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