7 lines
74 B
C
7 lines
74 B
C
|
#include <unistd.h>
|
||
|
|
||
|
int
|
||
|
main(int argc, char *argv[]) {
|
||
|
rmdir(*argv);
|
||
|
}
|