9 lines
72 B
C
9 lines
72 B
C
#include <command.h>
|
|
|
|
int
|
|
main(string arg)
|
|
{
|
|
shutdown(0);
|
|
return 1;
|
|
}
|