shithub: front

ref: 9b144a94e2e8cebf8082c8418ca3a7338c0677c1
dir: /rc/bin/who/

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