pantalaimon-ut/pantalaimon.sh.in
2021-03-09 22:27:12 -08:00

7 lines
144 B
Bash
Executable file

#!/bin/bash
INSTALL_DIR=`dirname $0`
export LD_LIBRARY_PATH=$INSTALL_DIR/lib/${ARCH_TRIPLET}:$LD_LIBRARY_PATH
$INSTALL_DIR/pantalaimonexec $@