#!/bin/sh set -e git submodule update --init bundle install echo ["$(date "+%H:%M:%S")"] "==> Compiling…" bin/compile echo ["$(date "+%H:%M:%S")"] "==> Pulling cache…" bin/run pull