shithub: plan9front

ref: 786ec28b7b561fb1448a884ee0cd51525e9339d6
dir: /rc/bin/who/

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