diff options
| author | nasr <nsrddyn@gmail.com> | 2026-04-16 17:10:02 +0200 |
|---|---|---|
| committer | nasr <nsrddyn@gmail.com> | 2026-04-16 17:10:02 +0200 |
| commit | 8ea6a3c8621287d11296b8300029f32a27743d9a (patch) | |
| tree | cd12aa5fcd3e058fa74b45705c7b82524658d444 /run.sh | |
| parent | f430bfe8f71430032bec689bf0bbdc94ac409c22 (diff) | |
feature(checkpoint): checkpoint cleaning up base library
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" | ||
