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