#!/bin/sh # OPTIONS="--debug --crawler-debug" export MS_OFFICE365_SITE="https://foo.sharepoint.com/" export MS_OFFICE365_LOGIN="bar@example.com" export MS_OFFICE365_PASSWORD="5eCrEt" node ./index.js $OPTIONS