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