plan9fox/rc/bin/who

5 lines
61 B
Plaintext
Raw Normal View History

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