#!/usr/bin/env bash if ! [ -f .env ]; then cp .env{.template,}; fi if ! [ -f docker-compose.yml ]; then cp docker-compose.yml{.template,}; fi