1 2 3 4 5 6 7 8
#!/bin/sh set -eu build_dir=~/projects/tb/build # Run export LD_LIBRARY_PATH="${LD_LIBRARY_PATH:-}:$build_dir" "$build_dir/app"