A threaded rm(1) - use at your own peril
Go to file
Érico Nogueira 4bdc7f18c5 Initial commit.
Can delete a sequence of files of directories in the command line, no
recursion yet.

Assumes remove(3) is fast and reasonable:

   unlink(); if (errno==EISDIR) rmdir();
2021-05-17 23:29:05 -03:00
.gitignore Initial commit. 2021-05-17 23:29:05 -03:00
Makefile Initial commit. 2021-05-17 23:29:05 -03:00
erm.c Initial commit. 2021-05-17 23:29:05 -03:00