摘要:
#!/bin/bashgetchar(){oldstty=`stty -g`stty -icanon -isig -echo min 1 time 0dd bs=1 count=1 /dev/nullstty $oldstty}echo "WOCAO"echo "Fuck input :"char=`getchar`echo -e "... 阅读全文
posted @ 2009-07-26 07:51
冷月X
阅读(236)
评论(0)
推荐(0)
浙公网安备 33010602011771号