1 2 3 4 5 6
#!/bin/sh if [ -f /usr/bin/gksu ]; then gksu /usr/bin/gadmin-bind else /usr/bin/gadmin-bind fi