diff options
Diffstat (limited to 'src/command.h')
-rw-r--r-- | src/command.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h index a73e3c8..2e468dd 100644 --- a/src/command.h +++ b/src/command.h @@ -33,3 +33,7 @@ COMMAND(whoami); COMMAND(wc); COMMAND(xargs); COMMAND(tac); +COMMAND(rm); +COMMAND(cp); +COMMAND(makedir); +COMMAND(mv); |