mirror of
https://github.com/juewuy/ShellCrash.git
synced 2026-03-12 00:11:31 +00:00
Merge pull request #1202 from sofia-riese/chroe-2
chore(8_tools.sh): UI adjustments
This commit is contained in:
@@ -553,10 +553,11 @@ testcommand() {
|
|||||||
;;
|
;;
|
||||||
2)
|
2)
|
||||||
line_break
|
line_break
|
||||||
|
echo "==========================================================="
|
||||||
netstat -ntulp | grep 53
|
netstat -ntulp | grep 53
|
||||||
separator_line "="
|
echo
|
||||||
content_line "可以使用\033[44m netstat -ntulp |grep xxx \033[0m来查询任意(xxx)端口"
|
echo -e "可以使用\033[44m netstat -ntulp |grep xxx \033[0m来查询任意(xxx)端口"
|
||||||
separator_line "="
|
echo "==========================================================="
|
||||||
;;
|
;;
|
||||||
3)
|
3)
|
||||||
line_break
|
line_break
|
||||||
|
|||||||
Reference in New Issue
Block a user