摘要: 菜单栏: 脚本内容: #!/bin/bash function Enter() { for q in {1..100}do read -p "请输入账号:" a grep -h $a /root/www(用户及密码存放文件) >> /dev/null if [ $? == 0 ] then echo 阅读全文
posted @ 2018-11-04 22:30 mashuang 阅读(439) 评论(0) 推荐(0)