summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-05-12 17:38:41 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-05-12 17:38:41 -0400
commitc6446e178bf8f4a53511e5ae1e0f3feeb921197c (patch)
treef13384c1d4f6f085d0856c253996c7b9000bcb7b /src/command.h
parentrefactor (diff)
downloadlazysphere-c6446e178bf8f4a53511e5ae1e0f3feeb921197c.tar.gz
lazysphere-c6446e178bf8f4a53511e5ae1e0f3feeb921197c.tar.bz2
lazysphere-c6446e178bf8f4a53511e5ae1e0f3feeb921197c.zip
chown, chmod
Diffstat (limited to '')
-rw-r--r--src/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h
index 87cc749..fa8b00c 100644
--- a/src/command.h
+++ b/src/command.h
@@ -26,5 +26,7 @@ COMMAND(cp);
COMMAND(makedir);
COMMAND(mv);
COMMAND(grep);
+COMMAND(chown_cmd);
+COMMAND(chmod_cmd);
#endif