1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-09-29 08:57:04 +00:00
SixtyPical/loadngo.sh

8 lines
129 B
Bash
Executable File

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