shell腳本自動化部署項目
最經學習shell腳本,並自己寫了一個自動下載代碼,自動打包
的腳本程序,這對自動化部署非常有用,
www.2cto.com
Java代碼
$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.