#!/usr/bin/env bash if command -v overmind &> /dev/null; then overmind start -f Procfile.dev "$@" else foreman start -f Procfile.dev "$@" fi