plan9fox/rc/bin/who
2011-03-30 17:14:36 +03:00

5 lines
61 B
Bash
Executable file

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