1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-06-26 16:29:28 +00:00
SixtyPical/loadngo.sh
2014-04-02 13:53:56 +01:00

8 lines
187 B
Bash
Executable File

#!/bin/sh
bin/sixtypical emit $1 > tmp.oph || exit 1
cat lib/basic_header.oph tmp.oph > tmp2.oph || exit 1
ophis tmp2.oph -o tmp.prg || exit 1
x64 tmp.prg
rm -f tmp.oph tmp2.oph tmp.prg