shithub: front

ref: 1d0b9d7088f61fd3e28dada8e8e97abf3eac69f9
dir: /rc/bin/who/

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