demarches-normaliennes/bin/dev

9 lines
216 B
Text
Raw Normal View History

2022-06-17 12:36:21 +02:00
#!/usr/bin/env bash
if ! command -v overmind &> /dev/null
2022-06-17 12:36:21 +02:00
then
echo "You need to install overmind. https://github.com/DarthSim/overmind#installation"
2022-06-17 12:36:21 +02:00
fi
OVERMIND_SKIP_ENV=true overmind start -f Procfile.dev "$@"