摘要:
#!/bin/sh get_char(){ SAVEDSTTY=`stty -g` stty -echo stty raw dd if=/dev/tty bs=1 count=1 2> /dev/null stty -raw stty echo stty $SAVEDSTTY} echo "Press any key to continue..."char=`get_char` 阅读全文
posted @ 2004-12-07 17:26
不死鸟
阅读(1550)
评论(0)
推荐(0)

浙公网安备 33010602011771号