#!/usr/bin/env bash bpf_sdk=$(cd "$(dirname "$0")/.." && pwd) # shellcheck source=sdk/bpf/env.sh source "$bpf_sdk"/env.sh set -e ( while true; do if [[ -r Xargo.toml ]]; then break; fi if [[ $PWD = / ]]; then cat <