X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?p=bin.git;a=blobdiff_plain;f=xauthhere;h=8a066855a7ab7146c34897e0b693bf498f154a7a;hp=991cdc855fc8bff90c47c8e1780c03f3f4164a73;hb=cdb79bca0737bc6c9e39cad2076d392387bc0ff0;hpb=88c7e302a60194f68bc1b6d20c1547b62e1436d3 diff --git a/xauthhere b/xauthhere old mode 100644 new mode 100755 index 991cdc8..8a06685 --- a/xauthhere +++ b/xauthhere @@ -1 +1,2 @@ -xauth extract - $DISPLAY | rsh $1 xauth merge - +#! /bin/sh +xauth extract - "$DISPLAY" | rsh "$1" xauth merge -