mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-20 12:11:05 -05:00
cleanup and try new twitter widget
This commit is contained in:
8
active-users.sh
Executable file
8
active-users.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
echo -n "$(date --iso-8601) "
|
||||
for i in 1 10 20 30
|
||||
do
|
||||
echo -n "$i day(s): $(find /srv/www/greptweet.com/u -maxdepth 1 -mindepth 1 -type d -mtime -$i | wc -l), "
|
||||
done
|
||||
|
||||
echo Total: $(find /srv/www/greptweet.com/u -maxdepth 1 -mindepth 1 -type d | wc -l)
|
||||
Reference in New Issue
Block a user