summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-05-12 18:35:41 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-05-12 18:35:41 -0400
commitc68d7136feaa17f2ddfd4d56a325aeae8f8eec96 (patch)
tree32d3a2ac655b1a0a16ef6549c117b0fbf4106797 /src/command.h
parentchown, chmod (diff)
downloadlazysphere-c68d7136feaa17f2ddfd4d56a325aeae8f8eec96.tar.gz
lazysphere-c68d7136feaa17f2ddfd4d56a325aeae8f8eec96.tar.bz2
lazysphere-c68d7136feaa17f2ddfd4d56a325aeae8f8eec96.zip
sync
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h3
1 files changed, 2 insertions, 1 deletions
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