diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-05-12 17:38:41 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-05-12 17:38:41 -0400 |
commit | c6446e178bf8f4a53511e5ae1e0f3feeb921197c (patch) | |
tree | f13384c1d4f6f085d0856c253996c7b9000bcb7b /src/command.h | |
parent | refactor (diff) | |
download | lazysphere-c6446e178bf8f4a53511e5ae1e0f3feeb921197c.tar.gz lazysphere-c6446e178bf8f4a53511e5ae1e0f3feeb921197c.tar.bz2 lazysphere-c6446e178bf8f4a53511e5ae1e0f3feeb921197c.zip |
chown, chmod
Diffstat (limited to '')
-rw-r--r-- | src/command.h | 2 |
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 |