2 lines
No EOL
103 B
Bash
2 lines
No EOL
103 B
Bash
export $(grep -v '^#' .env | xargs -d '\n') > /dev/null 2>&1
|
|
rclone copy $1/$2 $remote/$1/$2 --progress |