From d260a60f08b4fe5f047ca3f90fc227fb39bd6509 Mon Sep 17 00:00:00 2001 From: Adil Sadqi <42699429+AdilSadqi@users.noreply.github.com> Date: Tue, 14 Mar 2023 17:47:09 +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);