shell scripts for doing remote X
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@748 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
13
appl/kx/rxtelnet.in
Normal file
13
appl/kx/rxtelnet.in
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
# $Id$
|
||||||
|
if test $# -ne 1; then
|
||||||
|
echo "Usage: $0 host"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
host=$1
|
||||||
|
prefix=@prefix@
|
||||||
|
exec_prefix=@exec_prefix@
|
||||||
|
set `@bindir@/kx $host`
|
||||||
|
disp=$1
|
||||||
|
auth=$2
|
||||||
|
xterm -T $host -n $host -e "env DISPLAY=$disp XAUTHORITY=$auth @bindir@/telnet -D $host" &
|
13
appl/kx/rxterm.in
Normal file
13
appl/kx/rxterm.in
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
# $Id$
|
||||||
|
if test $# -ne 1; then
|
||||||
|
echo "Usage: $0 host"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
host=$1
|
||||||
|
prefix=@prefix@
|
||||||
|
exec_prefix=@exec_prefix@
|
||||||
|
set `@bindir@/kx $host`
|
||||||
|
disp=$1
|
||||||
|
auth=$2
|
||||||
|
@bindir@/rsh -n $host "env DISPLAY=$disp XAUTHORITY=$auth xterm -T $host -n $host &"
|
Reference in New Issue
Block a user