summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authornasr <nsrddyn@gmail.com>2026-04-16 17:10:02 +0200
committernasr <nsrddyn@gmail.com>2026-04-16 17:10:02 +0200
commit8ea6a3c8621287d11296b8300029f32a27743d9a (patch)
treecd12aa5fcd3e058fa74b45705c7b82524658d444 /run.sh
parentf430bfe8f71430032bec689bf0bbdc94ac409c22 (diff)
feature(checkpoint): checkpoint cleaning up base library
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/run.sh b/run.sh
deleted file mode 100755
index a113e23..0000000
--- a/run.sh
+++ /dev/null
@@ -1,8 +0,0 @@
1#!/bin/sh
2set -eu
3
4build_dir=~/projects/tb/build
5
6# Run
7export LD_LIBRARY_PATH="${LD_LIBRARY_PATH:-}:$build_dir"
8"$build_dir/app"