#!/usr/bin/env bash if [ ! -f ~/.env ] ; then cat << EOF >> ~/.env USER="$USER" SERV_COLOR="${1:-32}" EOF fi