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