summaryrefslogtreecommitdiff
path: root/run.sh
blob: a113e23fdb014ea46a18b99d6a0c77854d31d704 (plain)
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"