mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-29 16:47:28 +01:00
11 lines
204 B
Bash
11 lines
204 B
Bash
|
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
|
||
|
. "$DIR/prelude.sh"
|
||
|
|
||
|
cd src
|
||
|
|
||
|
set -o errexit
|
||
|
set -o verbose
|
||
|
|
||
|
activate_venv
|
||
|
$python buildscripts/powercycle_sentinel.py ../expansions.yml
|