rawTherapee/rtstart
2011-05-08 21:11:16 -04:00

5 lines
104 B
Bash
Executable File

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