evodata/bin/dev
2021-12-18 15:52:01 +01:00

10 lines
150 B
Bash
Executable file

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