#!/bin/rc -e asmname=`{basename $1 .tal} if(~ $service 'cpu') outpath=$home/tmp/host uxnpath='$HOME/bin/uxnemu' rompath='$HOME/tmp/'$asmname'.rom' if (~ $outpath '') outpath=$home/tmp/ uxn/uxnasm $1 $outpath/$asmname.rom os bash -c ''''$uxnpath $rompath''''