main
 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