Trying at creating log files again

This commit is contained in:
DarkGuardsman 2013-09-16 12:39:07 -04:00
parent 36a480b9c0
commit f36b6487b8

View file

@ -1,2 +1,8 @@
cd ..
git log --pretty="%s" >> changeLog.txt
if [-e "LastBuildData.txt"]
then
cat LastBuildData.txt
read line
git log --pretty="%s" --Since={$line} >> changeLog.txt
fi
date +"%Y-%m-%d" >> LastBuildData.txt