shithub: plan9front

ref: a41b74059bcb40e7fc37f3da72758b89cde4c437
dir: /rc/bin/who/

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