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

9 lines
72 B
C

#include <command.h>
int
main(string arg)
{
shutdown(0);
return 1;
}