1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Add simple rm implementation

This commit is contained in:
Arcterus 2013-12-17 22:09:32 -08:00
parent 2d59e73fd5
commit d08d8c8029
2 changed files with 148 additions and 0 deletions

View file

@ -15,6 +15,7 @@ EXES := \
false \
printenv \
pwd \
rm \
true \
wc \
whoami \