linux version

This commit is contained in:
piero0920 2022-12-03 14:20:50 -05:00
commit 12bb24bad2
5 changed files with 327 additions and 0 deletions

2
tools-ubuntu/upload.sh Executable 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