以為就我聽(tīng)不懂,看到評(píng)論我放心了,下一個(gè)課程走起
2019-12-12
無(wú)語(yǔ),講的都是怎么設(shè)置東西!˙重點(diǎn)書(shū)寫(xiě)語(yǔ)法不怎么講,有毛用!炫酷沒(méi)用實(shí)用才是硬道理
2018-12-16
全代碼都在這里 https://github.com/Tiakon/software-launch-script-cluster/tree/master/monitor-scipt 親測(cè)有效,喜歡的給個(gè)star吧
2018-05-25
#######creator bai
#!/bin/bash
#以mo開(kāi)頭
i=0;
lv=$(ls | grep -v "^mo");
for scr_file in $lv
do
fp=$(echo -e "\e[1;35m" $scr_file $(tput sgr0));
echo "the script:" $i '===》' $fp
((i=i+1));
done
#!/bin/bash
#以mo開(kāi)頭
i=0;
lv=$(ls | grep -v "^mo");
for scr_file in $lv
do
fp=$(echo -e "\e[1;35m" $scr_file $(tput sgr0));
echo "the script:" $i '===》' $fp
((i=i+1));
done
2018-02-02