Updated Serbian translation (thanks to gpopac)

This commit is contained in:
Wyatt Olson
2010-11-16 08:00:54 -07:00
commit 6925ad1997
650 changed files with 138366 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 "$@"