#!/bin/sh if [ ! "$(id -u)" == 0 ]; then sudo $0 "$@"; else unset SUDO_COMMAND; exec growisofs "$@" fi;