From 47034c516544db82602f4e6ea671f2385470979c Mon Sep 17 00:00:00 2001 From: bmixed <2+bmixed@noreply.localhost> Date: Sun, 23 Aug 2026 06:38:14 +0000 Subject: [PATCH] Update tools --- tools | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tools b/tools index 4a07c02..7a4a5de 100644 --- a/tools +++ b/tools @@ -23,31 +23,31 @@ read -r x case $x in 1) htop - ./tools + tab="menu" ;; 2) ytree - ./tools + tab="menu" ;; 3) nano - ./tools + tab="menu" ;; 4) hexedit - ./tools + tab="menu" ;; 5) sudo iftop - ./tools + tab="menu" ;; 6) links - ./tools + tab="menu" ;; 7) irssi - ./tools + tab="menu" ;; 9) clear @@ -55,7 +55,7 @@ case $x in sudo apt update; sudo apt install htop ytree nano hexedit iftop links irssi echo 'DONE.' read -n1 - ./tools + tab="menu" ;; 0) clear @@ -64,7 +64,7 @@ case $x in *) clear echo "NO OPTION" - ./tools + tab="menu" ;; esac