v.2.0
This commit is contained in:
parent
0eab532233
commit
27eef3d714
19 changed files with 236 additions and 216 deletions
6
bin/upload.bat
Normal file
6
bin/upload.bat
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
@echo off
|
||||
set root_path=%1
|
||||
set user=%2
|
||||
FOR /F "eol=# tokens=*" %%i in (%~dp0\..\.env) do SET %%i
|
||||
CD %~dp0
|
||||
rclone.exe copy ../%root_path%/%user% %remote%/%root_path%/%user% --progress
|
||||
Loading…
Add table
Add a link
Reference in a new issue