mud/fluffos-2.23-ds03/testsuite/command/rm.c
2020-09-06 05:43:07 -07:00

10 lines
118 B
C

#include <globals.h>
int
main(string file)
{
// need to call resolve_path() and query_cwd()
rm(file);
return 1;
}