shithub: front

ref: e1854c96324dddac6911f1b49d16d83ba9e8831d
dir: /rc/bin/who/

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