中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

打印選擇菜單,一鍵安裝Web服務

發布時間:2020-06-22 18:43:53 來源:網絡 閱讀:1024 作者:粉魚兒 欄目:MySQL數據庫

打印選擇菜單,一鍵安裝Web服務:

[root@oldboyscripts]# sh menu.sh 
    1.[install lamp]
    2.[install lnmp]
    3.[install mysql]
    4.[install php]
    5.[exit]
    pls input the num you want:

要求:

1、當用戶輸入1時,輸出“startinstallinglamp.”然后執行/server/scripts/lamp.sh,腳本內容輸出"lampis installed"后退出腳本;

2、當用戶輸入2時,輸出“startinstallinglnmp.”然后執行/server/scripts/lnmp.sh輸出"lnmpis installed"后退出腳本;

3、當用戶輸入2時,輸出“startinstallingmysql.”然后執行/server/scripts/mysql.sh輸出"mysql installed"后退出腳本;

4、當用戶輸入2時,輸出“startinstallingphp.”然后執行/server/scripts/php.sh輸出"php installed"后退出腳本;

5、當輸入3時,退出當前菜單及腳本;

6、當輸入任何其它字符,給出提示“Input error”后退出腳本。

7、要對執行的腳本進行相關條件判斷,例如:腳本是否存在,是否可執行等。

解答:

#!/bin/bash
RED_COLOR='\E[1;31m'
GREEN_COLOR='\E[1;32m'
YELLOW_COLOR='\E[1;33m'
BLUE_COLOR='\E[1;34m'
PINK_COLOR='\E[1;35m'
RES='\E[0m'
cat <<EOF   要打印的菜單
1.[install lamp]
2.[install lnmp]
3.[install mysql]
4.[install php]
5.[exit]
EOF
read -p"pls input the num you want:" a   請輸入一個參數
case $a in
1)
  echo -e "$BLUE_COLOR startinstalling lamp $RES"    給輸出的內容加上顏色
  lampScripts=/server/scripts/lamp.sh
 [-f$lampScripts] && sh $lampScripts|| exit1   判斷要執行的lamp文件是否存在
 ;;
 2)
  echo -e "$PINK_COLOR startinstalling lnmp $RES"
  lnmpScripts=/server/scripts/lnmp.sh
  [-f$lnmpScripts] && sh $lnmpScripts|| exit2
 ;;
 3)
  echo -e "$GREEN_COLOR startinstalling mysql $RES"
  mysqlScripts=/server/scripts/mysql.sh
  [-f$mysqlScripts] && sh $mysqlScripts|| exit3
 ;;
 4)
 echo-e "$PINK_COLOR startinstalling php $RES"
 phpScripts=/server/scripts/mysql.sh
  [-f$phpScripts] && sh $phpScripts|| exit4
  ;;
 *)
  echo -e "$RED_COLOR input error $RES"
esac




向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

夏邑县| 中西区| 南江县| 奎屯市| 巴楚县| 奉贤区| 牙克石市| 襄樊市| 鄂伦春自治旗| 新巴尔虎左旗| 万年县| 镶黄旗| 特克斯县| 文山县| 临沭县| 丹东市| 仁布县| 武义县| 香格里拉县| 福州市| 呈贡县| 西乌珠穆沁旗| 兴文县| 怀来县| 河南省| 永善县| 牟定县| 河西区| 同江市| 邹城市| 遵化市| 时尚| 贞丰县| 墨脱县| 红安县| 连城县| 海宁市| 师宗县| 金寨县| 芒康县| 北宁市|