TwitchDownloader/tools-ubuntu/upload.sh
2022-12-03 14:20:50 -05:00

2 lines
No EOL
103 B
Bash
Executable file

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