6 lines
No EOL
98 B
Bash
Executable file
6 lines
No EOL
98 B
Bash
Executable file
#!/bin/bash
|
|
if dcp=$(./dcp $1); then
|
|
eval "$dcp down"
|
|
else
|
|
echo no environment file $1
|
|
fi |