From 10a89abbae10c4fe26b4af566fc27c8b1698813e Mon Sep 17 00:00:00 2001 From: bmixed <2+bmixed@noreply.localhost> Date: Sun, 23 Aug 2026 06:16:45 +0000 Subject: [PATCH] Update tools --- tools | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools b/tools index 90c4412..4a07c02 100644 --- a/tools +++ b/tools @@ -1,4 +1,10 @@ #!/bin/bash + +tab="menu" +case $tab in +menu) +while true; do + clear echo -ne " CLI TOOLS @@ -62,3 +68,5 @@ case $x in ;; esac +done +esac \ No newline at end of file