demarches-normaliennes/bin/dev

10 lines
155 B
Text
Raw Normal View History

2022-06-17 12:36:21 +02:00
#!/usr/bin/env bash
if ! command -v foreman &> /dev/null
then
echo "Installing foreman..."
gem install foreman
fi
foreman start -f Procfile.dev "$@"