build/blueprint/tests/bootstrap.bash

8 lines
128 B
Bash
Raw Permalink Normal View History

2025-08-25 08:23:45 +08:00
#!/bin/bash
export BOOTSTRAP="${BASH_SOURCE[0]}"
export SRCDIR=".."
export WRAPPER="../blueprint.bash"
../bootstrap.bash "$@"