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 =
相关文章
相关标签/搜索