mrlyprod/scripts/bridge.shRaw · GitHub bridge.sh197 B · shellscript · 9 lines 1#!/usr/bin/env bash23set -euo pipefail45HERE="$(cd "$(dirname "$0")" && pwd)"6[ -n "${CARGO_LOCK:-}" ] || exec "$HERE/cargo.sh" "$HERE/bridge.sh" "$@"7cd "$HERE/.."89cargo run -q -p bridge -- "$@"