footer update script

This commit is contained in:
daviac 2024-02-20 19:29:38 +11:00
parent b659d005aa
commit 6f90667d9e
1 changed files with 8 additions and 0 deletions

8
update_footer.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
update_timestamp=`git show -s --format=%ci`
echo "<div id=footer class=footer>
<p>Site last updated $update_timestamp</p>
</div>
" > footer.php