shithub: front

ref: 5994b109426a28a608a21fdc0e64d2abbc1cf914
dir: /rc/bin/who/

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