Files
yearly-plan/bin/dev
0x8664b2 808ff56abc Genesis
2022-08-23 13:00:54 -07: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