#!/usr/bin/env bash echo "Updating project" git pull origin master bin/cli rm -rf var/cache echo "Project updated"