#!/bin/sh set -e [ -z "$DEBUG" ] || set -x echo ["$(date "+%H:%M:%S")"] "==> Running setup…" bin/setup echo ["$(date "+%H:%M:%S")"] "==> Running linters…" bundle exec rake lint