parent
68dd600872
commit
d254137f4c
3 changed files with 7 additions and 4 deletions
@ -1,7 +1,10 @@ |
|||||||
#!/bin/sh |
#!/usr/bin/env bash |
||||||
|
|
||||||
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)" |
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)" |
||||||
cd "$DIR/../../" |
cd "$DIR/../../" |
||||||
|
|
||||||
export LD_PRELOAD="$DIR/libthneed.so" |
if [ -f "$DIR/libthneed.so" ]; then |
||||||
|
export LD_PRELOAD="$DIR/libthneed.so" |
||||||
|
fi |
||||||
|
|
||||||
exec "$DIR/modeld.py" |
exec "$DIR/modeld.py" |
||||||
|
Loading…
Reference in new issue