Files
dokku/plugins/config/backup-export
2013-11-14 21:52:49 +01:00

6 lines
76 B
Bash
Executable File

#!/bin/bash
VERSION="$1"
BASE_DIR="$2"
cat; find $BASE_DIR -regex ".*/ENV"