From b99057cd77608ed809122de607f9052593ef846a Mon Sep 17 00:00:00 2001 From: Support Date: Sun, 22 Sep 2024 18:29:24 +0000 Subject: [PATCH] Add variables-script-version.sh --- variables-script-version.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 variables-script-version.sh diff --git a/variables-script-version.sh b/variables-script-version.sh new file mode 100644 index 0000000..32d15bf --- /dev/null +++ b/variables-script-version.sh @@ -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 \ No newline at end of file