wok annotate 8086tiny/stuff/8086tiny.sh @ rev 22318

updated yad-gtk2, yad-gtk2-html and yad-gtk3 (0.28.1 -> 0.40.0)
author Hans-G?nter Theisgen
date Thu Nov 14 15:39:07 2019 +0100 (2019-11-14)
parents
children
rev   line source
pascal@20280 1 #!/bin/sh
pascal@20280 2
pascal@20280 3 if [ ! -e "$1" ]; then
pascal@20280 4 echo "Usage: $0 fd_image [hd_image]"
pascal@20280 5 else
pascal@20280 6 clear
pascal@20280 7 stty cbreak raw -echo min 0
pascal@20280 8 ${TINY8086:-/usr/bin/8086tiny} /usr/share/8086tiny/bios "$@"
pascal@20280 9 stty cooked echo
pascal@20280 10 fi