Update net.sh

This commit is contained in:
xykt
2025-07-30 21:52:20 +08:00
committed by GitHub
parent 34a5fd3f74
commit 12f6b9057d

4
net.sh
View File

@@ -2371,10 +2371,10 @@ else
calc_padding "$(printf '%*s' "${shead[ltitle]}" '')$IPhide" 80
echo -ne "\r$PADDING$Font_B${shead[title]}$Font_Cyan$IPhide$Font_Suffix\n"
fi
calc_padding "${shead[bash]}" 80
echo -ne "\r$PADDING${shead[bash]}\n"
calc_padding "${shead[git]}" 80
echo -ne "\r$PADDING$Font_U${shead[git]}$Font_Suffix\n"
calc_padding "${shead[bash]}" 80
echo -ne "\r$PADDING${shead[bash]}\n"
echo -ne "\r${shead[ptime]}${shead[time]} ${shead[ver]}\n"
echo -ne "\r$(printf '%80s'|tr ' ' '*')\n"
}