#! /bin/bash if [ ! -f .env ]; then cp .env.example .env fi if [ ! -f colors.json ]; then cp colors.json.example colors.json fi exec "$@" echo "Done!"