Files
rawTherapee/rtstart
2010-11-10 22:21:03 -07:00

5 lines
104 B
Bash
Executable File

#!/bin/bash
RT_BINDIR=`dirname "$0"`
export LD_LIBRARY_PATH=${RT_BINDIR}
cd "${RT_BINDIR}" && ./rt "$@"