1 2 3 4 5
#!/bin/sh cd "/opt/gtkradiant/" # gcc 3.x, trying to reduce ABI issues export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH exec ./q3map2.x86 "$@"