1#!/bin/sh 2set -e 3 4git submodule update --init 5bundle install 6 7echo ["$(date "+%H:%M:%S")"] "==> Compilingā¦" 8bin/compile 9 10echo ["$(date "+%H:%M:%S")"] "==> Pulling cacheā¦" 11bin/run pull