DAVIAC-web/update_footer.sh

9 lines
158 B
Bash
Executable File

#!/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