Block or Report
Block or report Herbert8
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
1
#!/bin/bash23# Bash 脚本 set 命令教程4# http://www.ruanyifeng.com/blog/2017/11/bash-set.html5set -o errexit -
1
#!/bin/bash23set -u45# 获取进程列表,去掉第一行 -
-
