wok-next view 8086tiny/stuff/8086tiny.sh @ rev 21659

updated fltk (1.3.4 -> 1.3.5)
author Hans-G?nter Theisgen
date Sat Jun 27 10:39:07 2020 +0100 (2020-06-27)
parents
children
line source
1 #!/bin/sh
3 if [ ! -e "$1" ]; then
4 echo "Usage: $0 fd_image [hd_image]"
5 else
6 clear
7 stty cbreak raw -echo min 0
8 ${TINY8086:-/usr/bin/8086tiny} /usr/share/8086tiny/bios "$@"
9 stty cooked echo
10 fi