From 273f748ff1ae43097c2be55b1014957ed776bb16 Mon Sep 17 00:00:00 2001 From: rhpidfyre Date: Wed, 5 Feb 2025 17:49:46 -0500 Subject: [PATCH] create commands folder --- src/components/react/{commands.ts => shell/command/list.ts} | 2 +- src/components/react/shell/command/parse.ts | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/components/react/{commands.ts => shell/command/list.ts} (79%) create mode 100644 src/components/react/shell/command/parse.ts diff --git a/src/components/react/commands.ts b/src/components/react/shell/command/list.ts similarity index 79% rename from src/components/react/commands.ts rename to src/components/react/shell/command/list.ts index 10bdea7..73dad36 100644 --- a/src/components/react/commands.ts +++ b/src/components/react/shell/command/list.ts @@ -1,4 +1,4 @@ -import { working_dir } from "./fs" +import { working_dir } from "../../fs" function ls() { diff --git a/src/components/react/shell/command/parse.ts b/src/components/react/shell/command/parse.ts new file mode 100644 index 0000000..e69de29