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 68
68
for underLine in " " " UL"
69
69
do
70
70
echo " " >> $newDist
71
- echo " $fn " " echo$dot$light$bold$underLine$color$brackets " >> $newDist
71
+ echo " $fn " " echo$dot$light$bold$underLine$color$brackets " >> $newDist
72
72
if [ " $underLine " = " " ]; then
73
73
ulCode=
74
74
else
82
82
done
83
83
done
84
84
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
91
91
92
- cat << LOLCAT >> "$newDist "
92
+ cat << LOLCAT >> "$newDist "
93
93
$fnName
94
94
$startSym
95
95
$ifCond
You canβt perform that action at this time.
0 commit comments