diff options
-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 |