Additional crop ratios (issue 674)

This commit is contained in:
Michael Ezra
2011-05-08 21:11:16 -04:00
commit bcdf69ef5c
683 changed files with 146444 additions and 0 deletions

4
rtstart Executable file
View File

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