#! /usr/bin/env bash
#@ * * * * *

SCRIPT_DIR="$( cd "$( dirname "$0" )" && pwd )"

pushd $SCRIPT_DIR/../templates
git reset --hard
git pull
popd