[−][src]Module sunrise_shell::subcommands::kill
Kill the provided pid.
Takes a single argument, the pid to kill. PID should be a number, you can find the currently running processes with the ps command.
Statics
HELP | Help string. |
Functions
main | Kill the process associated with the provided pid. |