This commit is contained in:
Piero 2022-12-05 11:21:39 -05:00
commit 27eef3d714
19 changed files with 236 additions and 216 deletions

2
bin/upload.sh Normal file
View file

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