shell脚本之利用位置变量添加账户并设置密码2024-04-06 21:44:26 #!/bin/bash adduser "$1" echo " $2" | passwd --stdin "$1" &>/dev/null 上一篇:tp6 加 微信小程序获取opendid (附带源代码)下一篇:基于spring-boot的测试桩设计--几种常见的controller