#!/bin/rc # gbc - play gameboy color games # usage: gbc [params] rom # requires: # - emu # - rescale if(~ $1 ''){ >[1=2] echo 'usage: gbc [params] rom' exit usage } ramfs cp /bin/games/gb /tmp/gbc bind -a /tmp /bin/games emu gbc 160 144 $* -c