From c68d7136feaa17f2ddfd4d56a325aeae8f8eec96 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Fri, 12 May 2023 18:35:41 -0400 Subject: sync --- 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 fa8b00c..7827174 100644 --- a/src/command.h +++ b/src/command.h @@ -16,7 +16,7 @@ COMMAND(ls); COMMAND(tail); COMMAND(head); COMMAND(ed); -COMMAND(tee); +COMMAND(tee_cmd); COMMAND(whoami); COMMAND(wc); COMMAND(xargs); @@ -28,5 +28,6 @@ COMMAND(mv); COMMAND(grep); COMMAND(chown_cmd); COMMAND(chmod_cmd); +COMMAND(sync_cmd); #endif -- cgit v1.2.3-freya