mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
4 lines
61 B
Bash
Executable file
4 lines
61 B
Bash
Executable file
#!/bin/rc
|
|
ps | sed '/Broken/d
|
|
/Exiting/d
|
|
s% .*$%%' | sort -u
|