6 lines
No EOL
110 B
Bash
Executable file
6 lines
No EOL
110 B
Bash
Executable file
#!/bin/bash
|
|
if dcp=$(./dcp $1); then
|
|
eval "$dcp config"
|
|
else
|
|
echo no environment file ${1:-$ENV_FILE}
|
|
fi |