摘要: #!/bin/sh#Filename:inputPassword.shecho -e "Enter password:"stty -echoread password if [ ${password} -eq "123456" ];then echo "correct password"else e 阅读全文
posted @ 2019-06-23 16:44 夏天的西瓜君 阅读(880) 评论(0) 推荐(0)