#!/usr/bin/env bash echo echo echo "Got new commit: $(date)" echo "---" echo # pull latest version git fetch --all git reset --hard origin/main echo "git fetched!" cat <