active users script

master
tilde.town 2014-10-15 19:11:37 +00:00
parent b21bc56b6b
commit 965e198909
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
#!/bin/bash
who | cut -d' ' -f1 | sort -u | wc -l