#!/usr/bin/env bash echo " Got new commit: $(date) --- " # pull latest version echo "git fetch --all" git fetch --all echo "git reset --hard origin/master" git reset --hard origin/master echo "curl -d fetched-latest http://compuper.tailnet:6500/notify" cat <