#include <9pm/u.h> #include <9pm/libc.h> void main(int argc, char **argv) { if(remove(argv[1]) < 0) sysfatal("remove: %r"); }