mirror of
https://github.com/catseye/SixtyPical.git
synced 2024-11-22 17:32:01 +00:00
5 lines
109 B
Bash
5 lines
109 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
bin/sixtypical emit $1 > tmp.oph && ophis tmp.oph -o tmp.prg && x64 tmp.prg
|
||
|
rm -f tmp.oph tmp.prg
|