Update tools

This commit is contained in:
2026-08-23 06:38:14 +00:00
parent 10a89abbae
commit 47034c5165
+9 -9
View File
@@ -23,31 +23,31 @@ read -r x
case $x in case $x in
1) 1)
htop htop
./tools tab="menu"
;; ;;
2) 2)
ytree ytree
./tools tab="menu"
;; ;;
3) 3)
nano nano
./tools tab="menu"
;; ;;
4) 4)
hexedit hexedit
./tools tab="menu"
;; ;;
5) 5)
sudo iftop sudo iftop
./tools tab="menu"
;; ;;
6) 6)
links links
./tools tab="menu"
;; ;;
7) 7)
irssi irssi
./tools tab="menu"
;; ;;
9) 9)
clear clear
@@ -55,7 +55,7 @@ case $x in
sudo apt update; sudo apt install htop ytree nano hexedit iftop links irssi sudo apt update; sudo apt install htop ytree nano hexedit iftop links irssi
echo 'DONE.' echo 'DONE.'
read -n1 read -n1
./tools tab="menu"
;; ;;
0) 0)
clear clear
@@ -64,7 +64,7 @@ case $x in
*) *)
clear clear
echo "NO OPTION" echo "NO OPTION"
./tools tab="menu"
;; ;;
esac esac