5 lines
104 B
Bash
Executable File
5 lines
104 B
Bash
Executable File
#!/bin/bash
|
|
|
|
lastDate=$(git log --pretty=format:"%ad" -1)
|
|
sed -e "s/\$DATE[^\$]\$/$DATE: ${lastDate}$/"
|