Lephisto/locperday.sh
Allanis 0d0c21738b Merge branch 'testing'
Conflicts:
	locperday.sh
2013-06-23 00:12:23 +01:00

4 lines
266 B
Bash
Executable File

#!/bin/bash
git log --shortstat --author "Allanis" --since "23 hours ago" --until "1 minute ago" | grep "files changed" | awk '{files+=$1; inserted+=$4; deleted+=$6} END {print "| files changed", files, " | lines inserted:" inserted " | lines deleted:", deleted }'