update gemstats.fish

This commit is contained in:
exquisitecorp 2021-08-03 19:50:59 -05:00
parent 8d10ecf2c1
commit 3cbde449df
1 changed files with 1 additions and 1 deletions

View File

@ -48,4 +48,4 @@ echo "Views past month: " (math $user_subtotal + $user_subtotal2)
echo "Views for all time: " (grep $USER $access_log | wc -l)
rm $access_log
rm -f $access_log