5 lines
103 B
Bash
Executable File
5 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
|
|
lastDate=$(git log --pretty=format:"%ad" -1)
|
|
sed -e "s/\$Date.*\\$/$Date: ${lastDate} $/"
|