歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
您现在的位置: Linux教程網 >> UnixLinux >  >> Linux編程 >> SHELL編程

shell腳本自動化部署項目


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.
Copyright © Linux教程網 All Rights Reserved