File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 6868 for underLine in " " " UL"
6969 do
7070 echo " " >> $newDist
71- echo " $fn " " echo$dot$light$bold$underLine$color$brackets " >> $newDist
71+ echo " $fn " " echo$dot$light$bold$underLine$color$brackets " >> $newDist
7272 if [ " $underLine " = " " ]; then
7373 ulCode=
7474 else
8282 done
8383 done
8484
85- fnName=" $fn echo" $dot " Rainbow$brackets "
86- if [ " $shell " = " fish" ]; then
87- ifCond=" if type lolcat > /dev/null"
88- else
89- ifCond=' if [ "type lolcat" ]; then'
90- fi
85+ fnName=" $fn echo" $dot " Rainbow$brackets "
86+ if [ " $shell " = " fish" ]; then
87+ ifCond=" if type lolcat > /dev/null"
88+ else
89+ ifCond=' if [ "type lolcat" ]; then'
90+ fi
9191
92- cat << LOLCAT >> "$newDist "
92+ cat << LOLCAT >> "$newDist "
9393$fnName
9494$startSym
9595 $ifCond
You canβt perform that action at this time.
0 commit comments