2 ** Copyright 2004, Travis Geiselbrecht. All rights reserved.
3 ** Distributed under the terms of the NewOS License.
9 static void usage(int argc
, char **argv
)
11 printf("invalid args, usage: %s <process id>\n", argv
[1]);
16 int main(int argc
, char **argv
)
26 printf("sending TERM signal to process %d\n", pid
);