diff options
Diffstat (limited to 'run.sh')
| -rwxr-xr-x | run.sh | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -0,0 +1,8 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | set -eu | ||
| 3 | |||
| 4 | build_dir=~/projects/tb/build | ||
| 5 | |||
| 6 | # Run | ||
| 7 | export LD_LIBRARY_PATH="${LD_LIBRARY_PATH:-}:$build_dir" | ||
| 8 | "$build_dir/app" | ||
