#!/usr/bin/env bash if ! foreman version &> /dev/null then echo "Installing foreman..." gem install foreman fi foreman start -f Procfile.dev "$@"