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 => {