5 lines
75 B
Bash
5 lines
75 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
rm xrxs.rom 2>/dev/null
|
||
|
uxnasm xrxs.tal xrxs.rom
|
||
|
uxnemu xrxs.rom
|