#!/usr/bin/env bash set -euo pipefail cd "$(dirname "$0")" probe=$(./build-linuxcnc-wasm-standalone-probe.sh --mode python-plugin-link) "$probe" echo "linuxcnc wasm python_plugin link probe passed"