首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

shell脚本自动化支配项目

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

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.

热点排行