From 4fb53e4645bb1d6103b90f4c91b7826867b30d9c Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 10 Mar 2002 08:24:55 +0000 Subject: Optimize xsh terminal handling and local/remote options, and use the script - correctly - with xmc and xpine. --- xpine | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'xpine') diff --git a/xpine b/xpine index afa8314..5f8eede 100755 --- a/xpine +++ b/xpine @@ -1,4 +1,10 @@ #!/bin/sh -rxvt +sb -sl 500 -n "Pine" -title "Pine" -e pine & +#rxvt +sb -sl 500 -n "Pine" -title "Pine" -e pine & #exec rxvt +sb -sl 500 -n "Pine" -title "Pine" -e pine + +if [ $# -eq 0 ]; then + xsh localhost pine +else + xsh $@ pine +fi -- cgit v1.2.3