mongo-python-driver/.evergreen/just.sh
Steven Silvester 86084adb29
PYTHON-4975 Use justfile as the task runner (#2057)
Co-authored-by: Noah Stapp <noah@noahstapp.com>
2025-01-17 14:48:01 -06:00

6 lines
69 B
Bash
Executable File

#!/bin/bash
set -eu
. .evergreen/scripts/setup-dev-env.sh
just "$@"