rawTherapee/rtstart
2011-03-17 17:51:49 +01:00

5 lines
104 B
Bash
Executable File

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