diff --git a/locperday.sh b/locperday.sh
new file mode 100755
index 0000000..21c4d8c
--- /dev/null
+++ b/locperday.sh
@@ -0,0 +1 @@
+git log --shortstat --author "Allanis" --since "1 day ago" --until "0 day ago" | grep "files changed" | awk '{files+=$1; inserted+=$4; deleted+=$6} END {print "| files changed", files, " | lines inserted:" inserted " | lines deleted:", deleted }'