File xsu.sh of Package gksu

#!/bin/bash

args=()
while [ $# != 0 ]; do
    if [ "$1" = '-c' ]; then
        arg="$2"
        shift
    else
        args+=("$1")
    fi
    shift
done
if [ -n "$arg" ]; then
    args+=("$arg")
fi
exec gksu "${args[@]}"
openSUSE Build Service is sponsored by