nxu/femto

8 lines
96 B
Plaintext
Raw Normal View History

2022-02-07 23:00:15 -05:00
#!/bin/sh
TTY=`stty -g`
uxnasm femto.tal femto.rom
stty raw -echo
uxncli femto.rom
stty "$TTY"