diff options
Diffstat (limited to 'run.sh')
| -rwxr-xr-x | run.sh | 8 |
1 files changed, 0 insertions, 8 deletions
| @@ -1,8 +0,0 @@ | |||
| 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" | ||
