1 2 3 4 5 6 7 8 9 10
#!/bin/sh cd /usr/share/landeseternelles if test -f /usr/bin/mapedit.x86_64.linux.bin then /usr/bin/mapedit.x86_64.linux.bin else /usr/bin/mapedit.x86.linux.bin fi