summarylogtreecommitdiffstats
path: root/preyded.launcher
blob: 894d59e32f3b0628dbfc85e27cfcedd6592a4639 (plain)
1
2
3
4
5
6
7
#!/bin/bash

cd "/opt/prey"
export TERM=xterm
export LD_LIBRARY_PATH="/usr/lib32/:$LD_LIBRARY_PATH:."
./preyded.x86 "$@"
exit $?