furnace/res/AppRun

11 lines
150 B
Plaintext
Raw Normal View History

2021-12-30 20:41:45 +00:00
#!/bin/sh
APP_DIR=`dirname $0`
APP_DIR=`cd "$APP_DIR";pwd`
#export LD_LIBRARY_PATH="$APP_DIR/usr/lib"
2021-12-30 20:41:45 +00:00
cd "$APP_DIR"
exec "./usr/bin/furnace" "$@"