plan9fox/rc/bin/who
2011-03-30 18:29:07 +00:00

5 lines
61 B
Bash
Executable file

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