git: 9front

ref: 070c1522ef93f89cadbaabfccdcd65d3eb91ed98
dir: /rc/bin/who/

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