From 49f7c2be366f0b918b68a4cc8e4335ebab0a15ba Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Sun, 30 Apr 2023 02:12:02 -0400 Subject: fix ls and add start of ed --- src/command.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/command.h') diff --git a/src/command.h b/src/command.h index 0b7b8ad..fb1acb3 100644 --- a/src/command.h +++ b/src/command.h @@ -1,4 +1,4 @@ -#include "shared.h" +#include "util/shared.h" #include #include @@ -19,3 +19,4 @@ COMMAND_EMPTY(user_id); COMMAND(ls); COMMAND(tail); COMMAND(head); +COMMAND(ed); -- cgit v1.2.3-freya