From 4613087bbb73a252c7f03d86eb3afed40ad8581b Mon Sep 17 00:00:00 2001 From: purofle Date: Sun, 12 Jun 2022 20:53:08 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=F0=9F=92=A1=20change=20ls=20output?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/bin/commands.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/utils/bin/commands.ts b/src/utils/bin/commands.ts index 42a19af..0f7638e 100644 --- a/src/utils/bin/commands.ts +++ b/src/utils/bin/commands.ts @@ -110,11 +110,11 @@ export const whoami = async (args: string[]): Promise => { }; export const ls = async (args: string[]): Promise => { - return `a -bunch -of -fake -directories`; + return `bin +usr +etc +lib +tmp`; }; export const cd = async (args: string[]): Promise => {