dawarich/bin/dev

10 lines
140 B
Text
Raw Normal View History

2022-04-07 12:45:38 -04:00
#!/bin/sh
if ! command -v foreman &> /dev/null
then
echo "Installing foreman..."
gem install foreman
fi
foreman start -f Procfile.dev