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