打印選擇菜單,一鍵安裝Web服務(wù):
創(chuàng)新互聯(lián)公司專注于青銅峽網(wǎng)站建設(shè)服務(wù)及定制,我們擁有豐富的企業(yè)做網(wǎng)站經(jīng)驗(yàn)。 熱誠(chéng)為您提供青銅峽營(yíng)銷型網(wǎng)站建設(shè),青銅峽網(wǎng)站制作、青銅峽網(wǎng)頁設(shè)計(jì)、青銅峽網(wǎng)站官網(wǎng)定制、小程序制作服務(wù),打造青銅峽網(wǎng)絡(luò)公司原創(chuàng)品牌,更為您提供青銅峽網(wǎng)站排名全網(wǎng)營(yíng)銷落地服務(wù)。[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、當(dāng)用戶輸入1時(shí),輸出“startinstallinglamp.”然后執(zhí)行/server/scripts/lamp.sh,腳本內(nèi)容輸出"lampis installed"后退出腳本;
2、當(dāng)用戶輸入2時(shí),輸出“startinstallinglnmp.”然后執(zhí)行/server/scripts/lnmp.sh輸出"lnmpis installed"后退出腳本;
3、當(dāng)用戶輸入2時(shí),輸出“startinstallingmysql.”然后執(zhí)行/server/scripts/mysql.sh輸出"mysql installed"后退出腳本;
4、當(dāng)用戶輸入2時(shí),輸出“startinstallingphp.”然后執(zhí)行/server/scripts/php.sh輸出"php installed"后退出腳本;
5、當(dāng)輸入3時(shí),退出當(dāng)前菜單及腳本;
6、當(dāng)輸入任何其它字符,給出提示“Input error”后退出腳本。
7、要對(duì)執(zhí)行的腳本進(jìn)行相關(guān)條件判斷,例如:腳本是否存在,是否可執(zhí)行等。
解答:
#!/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 請(qǐng)輸入一個(gè)參數(shù) case $a in 1) echo -e "$BLUE_COLOR startinstalling lamp $RES" 給輸出的內(nèi)容加上顏色 lampScripts=/server/scripts/lamp.sh [-f$lampScripts] && sh $lampScripts|| exit1 判斷要執(zhí)行的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另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)cdcxhl.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時(shí)售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國(guó)服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡(jiǎn)單易用、服務(wù)可用性高、性價(jià)比高”等特點(diǎn)與優(yōu)勢(shì),專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場(chǎng)景需求。
新聞標(biāo)題:打印選擇菜單,一鍵安裝Web服務(wù)-創(chuàng)新互聯(lián)
URL分享:http://jinyejixie.com/article46/dchehg.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供ChatGPT、小程序開發(fā)、全網(wǎng)營(yíng)銷推廣、微信公眾號(hào)、網(wǎng)站內(nèi)鏈、品牌網(wǎng)站制作
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容