diff --git a/scripts/deps/usertest b/scripts/deps/usertest new file mode 100755 index 0000000..a20ea70 --- /dev/null +++ b/scripts/deps/usertest @@ -0,0 +1,8 @@ +#!/usr/bin/env bash +set -euo pipefail + +pushd "usertest" &>/dev/null || exit 1 +cargo build +popd &>/dev/null || exit 1 + +cp ./target/aarch64-unknown-linux-musl/debug/usertest build/bin/