dawarich/bin/dev
2022-04-07 20:45:38 +04:00

9 lines
140 B
Bash
Executable file

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