uxn-notebook/run.sh

6 lines
132 B
Bash
Executable file

#!/bin/sh
filename="${1%.*}"
rom_filename="${filename}.rom"
../uxn/bin/uxnasm $1 $rom_filename && ../uxn/bin/uxncli $rom_filename