#!/bin/bash if [ -f $1 ]; then source $1 &> /dev/null echo '-- ENVIRONMENT "'$2'" --' env fi