TwitchDownloader/bin/upload.sh
2022-12-05 11:21:39 -05:00

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