1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-09-14 17:56:14 +00:00
SixtyPical/loadngo.sh

8 lines
175 B
Bash
Raw Normal View History

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