]> git.donarmstrong.com Git - bin.git/blob - sudo_growiso
handle git files which are in "" (for utf-8 characters in the filename)
[bin.git] / sudo_growiso
1 #!/bin/sh
2 if [ ! "$(id -u)" == 0 ]; then
3     sudo $0 "$@";
4 else
5     unset SUDO_COMMAND;
6     exec growisofs "$@"
7 fi;