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