1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2025-08-13 11:24:59 +00:00
Files
SixtyPical/loadngo.sh
2014-09-24 19:58:14 +01:00

9 lines
219 B
Bash
Executable File

#!/bin/sh
./build.sh || exit 1
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 -joydev2 1 tmp.prg
rm -f tmp.oph tmp2.oph tmp.prg