#!/usr/bin/env bash unstructured-ingest \ onedrive \ --client-id "" \ --client-cred "" \ --authority-url "" \ --tenant "" \ --user-pname "" \ --path "" \ --output-dir onedrive-ingest-output \ --num-processes 2 \ --verbose