5 lines
61 B
Bash
Executable file
5 lines
61 B
Bash
Executable file
#!/bin/rc
|
|
ps | sed '/Broken/d
|
|
/Exiting/d
|
|
s% .*$%%' | sort -u
|