cleanup and try new twitter widget

This commit is contained in:
Kai Hendry
2012-10-28 06:40:45 +01:00
parent eaa879dba7
commit 2ffb0cddc6
4 changed files with 14 additions and 28 deletions

8
active-users.sh Executable file
View 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)