shithub: front

ref: 8d69e5afcd1fd047ba78cbf93f1ca225d6f92938
dir: /rc/bin/who/

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