shithub: riscv

ref: cc4ac997a0da6ea60e23ffb5f8c9361a3eebef32
dir: /rc/bin/who/

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