diff options
author | Bryan Newbold <bnewbold@archive.org> | 2022-09-07 18:07:00 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2022-09-07 18:08:15 -0700 |
commit | 51297636d02346c82d56c69aadc86aa808982817 (patch) | |
tree | 1da7bfc49f5e3382635ee072b0814b3b5c02f2ab | |
parent | 1e34a446afdb1d05447a82c0373bd393ede69e80 (diff) | |
download | divergence-master.tar.gz divergence-master.zip |
-rwxr-xr-x | test-ia-bnewbold.sh | 16 |
1 files changed, 16 insertions, 0 deletions
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 |