This website requires JavaScript.
Explore
Help
Sign In
tildetown
/
tildetown-scripts
Archived
Watch
1
Star
0
Fork
You've already forked tildetown-scripts
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
This repository has been archived on
2019-12-12
. You can view files and clone it, but cannot push or open issues/pull-requests.
63b002eb13
tildetown-scripts
/
scripts
/
active_users.sh
3 lines
98 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
who
|
cut -d
' '
-f1
|
sort -u
|
wc -l
|
xargs
echo
"active_user_count="
|
sed
's/ //'
Reference in New Issue
View Git Blame
Copy Permalink