摘要:
#!/usr/bin/bash read -p "Enter your username:" USERNAME read -s -p "Enter your password:" PASSWORD FILE=${HOME}/shell/.user_pass function encstr() { local user=$1 local pass=$2 local st... 阅读全文
posted @ 2018-03-27 16:09
明星程序员
阅读(246)
评论(0)
推荐(0)