refactor: 💡 change ls output

pull/26/head
purofle 3 years ago
parent 70153c0df1
commit 4613087bbb

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

Loading…
Cancel
Save