读书人

shell脚本自动化支配项目

发布时间: 2014-06-10 16:35:04 作者: rapoo

shell脚本自动化部署项目
最经学习shell脚本,并自己写了一个自动下载代码,自动打包的脚本程序,这对自动化部署非常有用,

$n        $1 the first parameter,$2 the second... $#        The number of command-line parameters. $0        The name of current program. $?        Last command or function's return value. $$        The program's PID. $!        Last program's PID. $@        Save all the parameters.

读书人网 >操作系统

热点推荐