linux 遠程拉取碼雲上git代碼 shell腳本

#/bin/sh # git yum安裝 檢查git 是否存在 存在不安裝 git --version if [ $? -ne 0 ];then  yum install git  if [ $? -ne 0 ];then   echo "yum安裝失敗!"   exit 0  fi figit getParam(){  read -p $1 param error  if [[ $error =
相關文章
相關標籤/搜索