#!/usr/bin/env bash SCRIPT_PATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )" (cd $SCRIPT_PATH && git reset --hard HEAD && git pull)