1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-07-03 17:29:33 +00:00
SixtyPical/loadngo.sh

5 lines
109 B
Bash
Raw Normal View History

#!/bin/sh
bin/sixtypical emit $1 > tmp.oph && ophis tmp.oph -o tmp.prg && x64 tmp.prg
rm -f tmp.oph tmp.prg