#!/usr/bin/env bash echo "Updating project" git pull origin master bin/cacheclean echo "Project updated"