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