mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-22 13:07:39 +01:00
11 lines
197 B
Bash
11 lines
197 B
Bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null 2>&1 && pwd)"
|
|
. "$DIR/prelude.sh"
|
|
|
|
cd src
|
|
|
|
set -o verbose
|
|
set -o errexit
|
|
|
|
activate_venv
|
|
$python buildscripts/resmoke.py powercycle setup-host
|