servicepoint-binding-ruby/example/example.sh
Vinzenz Schroeter b87200cbee
Some checks failed
Rust / build (push) Failing after 30s
split ruby gem into separate repository
2025-02-16 17:01:28 +01:00

7 lines
194 B
Bash
Executable file

#!/usr/bin/env bash
set -e
SCRIPT_PATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
LD_LIBRARY_PATH="$SCRIPT_PATH/../target/release:$LD_LIBRARY_PATH" ruby "$SCRIPT_PATH/example.rb"