shithub: plan9front

ref: bff4fad52a4c3387db54195c9fc20fb69247c43c
dir: /rc/bin/who/

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