Re-generated translations

This commit is contained in:
Wyatt Olson
2010-12-08 19:07:27 -07:00
commit 0ba5ff1771
660 changed files with 141023 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 "$@"