nxu/uxnrun

6 lines
90 B
Bash
Executable File

#!/bin/sh
BIN="$HOME/w/uxn/bin"
DEST="run.rom"
$BIN/uxnasm $1 $DEST && $BIN/uxnemu $DEST