#!/bin/rc # uxn/lin - a wrapper for uxnlin.rom # usage: uxn/lin file.tal # requires: # - uxn (https://git.sr.ht/~rabbits/uxn) # - uxnlin (https://git.sr.ht/~rabbits/uxnlin) if(~ $1 ''){ >[1=2] echo 'usage: uxn/lin file.tal' exit usage } games/uxncli $home/lib/uxn/roms/uxnlin.rom $*