From 51297636d02346c82d56c69aadc86aa808982817 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 7 Sep 2022 18:07:00 -0700 Subject: add user-specific test script --- test-ia-bnewbold.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 test-ia-bnewbold.sh diff --git a/test-ia-bnewbold.sh b/test-ia-bnewbold.sh new file mode 100755 index 0000000..2a92a09 --- /dev/null +++ b/test-ia-bnewbold.sh @@ -0,0 +1,16 @@ +#!/bin/bash + +export CONFLUENCE_URL="https://webarchive.jira.com/wiki/" + +# won't work for all users... +export CONFLUENCE_USER=`whoami` +export CONFLUENCE_PASSWORD=`pass archive/webarchive.jira.com | head -n1` +CONFLUENCE_SPACEID="~$CONFLUENCE_USER" + +# TODO: check for variable errors here... + +./divergence \ + --space-key $CONFLUENCE_SPACEID \ + -vvv \ + --toc \ + Brozzler_Docs.md Brozzler_Meta.md -- cgit v1.2.3