51CTO博客开发
#!/bin/bash get_char() { SAVEDSTTY=`stty -g` stty -echo stty cbreak dd if=/dev/tty bs=1 count=1 2> /dev/null stty -raw stty echo stty $SAVEDSTTY } echo "" echo "Press any key to start...or Press Ct
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号