#!/bin/bash if dcp=$(./dcp $1); then eval "$dcp down" else echo no environment file $1 fi