nxu/femto

8 lines
96 B
Bash
Executable File

#!/bin/sh
TTY=`stty -g`
uxnasm femto.tal femto.rom
stty raw -echo
uxncli femto.rom
stty "$TTY"