6 lines
90 B
Plaintext
6 lines
90 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
BIN="$HOME/w/uxn/bin"
|
||
|
DEST="run.rom"
|
||
|
$BIN/uxnasm $1 $DEST && $BIN/uxnemu $DEST
|