sage / scripts /run_data_pipeline.sh
sage002's picture
feat: add authenticated remote control UI and ngrok launcher
1e799aa verified
raw
history blame contribute delete
68 Bytes
#!/usr/bin/env bash
set -euo pipefail
python -m data.pipeline "$@"