Fully working version (?)
This commit is contained in:
parent
4176cb113f
commit
9fe7dad24f
10 changed files with 474 additions and 196 deletions
5
init.py
Normal file
5
init.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
import variables
|
||||
|
||||
script = open("build.sh", "a")
|
||||
|
||||
script.write("#!/usr/bin/env bash\npython3 generate.py\nrclone copy build " + variables.serverpath + " -P")
|
Loading…
Add table
Add a link
Reference in a new issue