Add variables-script-version.sh
This commit is contained in:
parent
5eb52d4add
commit
b99057cd77
1 changed files with 13 additions and 0 deletions
13
variables-script-version.sh
Normal file
13
variables-script-version.sh
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
WALLET_FILE="~/path/to/your/wallet.json"
|
||||||
|
PARENT_FOLDER_ID="000000-insert-your-folder-000000"
|
||||||
|
LOCAL_PATH=""
|
||||||
|
|
||||||
|
CMD="ardrive upload-file --parent-folder-id "$PARENT_FOLDER_ID" -w "$WALLET_FILE" --local-path"
|
||||||
|
|
||||||
|
for i in *; do "$CMD" "$i"; done > rawupload1.txt
|
||||||
|
|
||||||
|
python3 path/to/python/simple.py rawupload1.txt zenaku/ output.json
|
||||||
|
|
||||||
|
"$CMD" output-html.json --content-type "application/x.arweave-manifest+json" > output2.txt
|
||||||
|
|
||||||
|
"$CMD" output-xml.json --content-type "application/x.arweave-manifest+json" > output3.txt
|
Loading…
Reference in a new issue