From 680d2d8aaf38e73662e231635617c8349f25c748 Mon Sep 17 00:00:00 2001 From: Adil Sadqi <42699429+AdilSadqi@users.noreply.github.com> Date: Tue, 14 Mar 2023 17:46:47 +0100 Subject: [PATCH] Update main.js.download --- index_files/main.js.download | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index_files/main.js.download b/index_files/main.js.download index 5dc7079..1097e2b 100644 --- a/index_files/main.js.download +++ b/index_files/main.js.download @@ -140,6 +140,9 @@ function commander(cmd) { break; case "menu": loopLines(help, "color2 margin", 80); + break; + case "ls": + loopLines(help, "color2 margin", 80); break; case "root": loopLines(root, "color2 margin", 80);