@ -110,11 +110,11 @@ export const whoami = async (args: string[]): Promise<string> => {
};
export const ls = async (args: string[]): Promise<string> => {
return `a
bunch
of
fake
directories`;
return `bin
usr
etc
lib
tmp`;
export const cd = async (args: string[]): Promise<string> => {