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