This repository has been archived on 2019-12-12. You can view files and clone it, but cannot push or open issues/pull-requests.
2014-10-15 19:11:37 +00:00
|
|
|
#!/bin/bash
|
2015-07-26 06:23:01 +00:00
|
|
|
who | cut -d' ' -f1 | sort -u | wc -l | xargs echo "active_user_count=" | sed 's/ //'
|