DAVIAC-web/update_footer.sh

6 lines
126 B
Bash
Executable File

#!/bin/bash
update_timestamp=$(git show -s --format=%ci)
sed "s/_DATE_/$update_timestamp/" footer_template.php > footer.php