From 2e05c5d15320eeace7a66dcb4f89e9fa5d3f7547 Mon Sep 17 00:00:00 2001 From: Allanis Date: Sat, 22 Jun 2013 22:40:33 +0100 Subject: [PATCH] [Fix] There. --- locperday.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/locperday.sh b/locperday.sh index 21c4d8c..b716489 100755 --- a/locperday.sh +++ b/locperday.sh @@ -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 }'