1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-06-30 11:29:39 +00:00
SixtyPical/loadngo.sh
2014-04-01 15:09:28 +01:00

5 lines
109 B
Bash
Executable File

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