This commit is contained in:
Joe
2017-02-15 01:42:31 -06:00
parent 1f8f3da6d4
commit 611c7c08c3

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
lastDate=$(git log --pretty=format:"%ad" -1) lastDate=$(git log --pretty=format:"%ad" -1)
sed -e "s/\$DATE[^\$]\$/$DATE: ${lastDate}$/" sed -e "s/\$Date.*\\$/$Date: ${lastDate} $/"