X-Git-Url: https://git.ao2.it/xudo.git/blobdiff_plain/245d24cb8077b4a902055a3e623492ef1e1945fe..93079ceb2692a98e37faf6d6e83caac384505eb9:/xudo.sh diff --git a/xudo.sh b/xudo.sh index 17b488a..17e54ed 100755 --- a/xudo.sh +++ b/xudo.sh @@ -18,9 +18,7 @@ # along with this program. If not, see . -# This is the equivalent of sux[1] but simpler and using sudo, -# since I don't have su installed on some of my systems. -# +# This is the equivalent of sux[1] but simpler and using sudo. # [1] http://fgouget.free.fr/sux/ set -e @@ -72,7 +70,7 @@ id $USERNAME > /dev/null || { echo "Invalid user." 1>&2; exit 1; } [ "x$@" != "x" ] || { usage 1>&2; exit 1; } -# Authorize the user +# Authorize the user. xauth extract - $DISPLAY | sudo -u "$USERNAME" xauth merge - # Execute the command.