[Fix] There.

This commit is contained in:
Allanis 2013-06-22 22:40:33 +01:00
parent aacdea005a
commit 2e05c5d153

View File

@ -1 +1,2 @@
#!/bin/bash
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 }'