bootstrap

 1#!/usr/bin/env bash
 2
 3if [[ "$OSTYPE" == "linux-gnu"* ]]; then
 4  echo "Linux dependencies..."
 5  script/linux
 6else
 7  echo "installing foreman..."
 8  which foreman > /dev/null || brew install foreman
 9fi
10
11echo "creating database..."
12script/sqlx database create