#!/usr/bin/env bash echo "Updating project" git pull origin master bin/cacheclean bin/composer install --no-dev echo "Project updated"