This repository has been archived on 2019-12-12. You can view files and clone it, but cannot push or open issues/pull-requests.
tildetown-scripts/scripts/active_users.sh

3 lines
98 B
Bash
Raw Normal View History

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/ //'