DAVIAC-web/update_footer.sh

6 lines
126 B
Bash
Raw Permalink Normal View History

2024-02-20 19:29:38 +11:00
#!/bin/bash
2024-02-26 20:03:59 +11:00
update_timestamp=$(git show -s --format=%ci)
2024-02-20 19:29:38 +11:00
2024-02-26 20:03:59 +11:00
sed "s/_DATE_/$update_timestamp/" footer_template.php > footer.php