summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xxmc8
-rwxr-xr-xxpine4
-rwxr-xr-xxsh8
3 files changed, 10 insertions, 10 deletions
diff --git a/xmc b/xmc
index 596750b..193a667 100755
--- a/xmc
+++ b/xmc
@@ -4,10 +4,10 @@ if [ $# -eq 0 ]; then
xsh - mc
else
if [ $# -eq 1 -a "x$1" = "xsu" ]; then
-# xsh - mc su
- exec xsh - mc su
+ xsh - mc su
+# exec xsh - mc su
else
-# xsh $@ mc
- exec xsh $@ mc
+ xsh $@ mc
+# exec xsh $@ mc
fi
fi
diff --git a/xpine b/xpine
index 93625d3..afa8314 100755
--- a/xpine
+++ b/xpine
@@ -1,4 +1,4 @@
#!/bin/sh
-#rxvt +sb -sl 500 -n "Pine" -title "Pine" -e pine &
-exec 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
diff --git a/xsh b/xsh
index 0c28280..09f7903 100755
--- a/xsh
+++ b/xsh
@@ -18,11 +18,11 @@ function termwrapper () {
if [ "x$PRG" != "x" ]; then
# if [ -z $PRG ]; then
-# rxvt +sb -sl 500 -n "$title" -title "$title" -e $PRG &
- exec rxvt +sb -sl 500 -n "$title" -title "$title" -e $PRG
+ rxvt +sb -sl 500 -n "$title" -title "$title" -e $PRG &
+# exec rxvt +sb -sl 500 -n "$title" -title "$title" -e $PRG
else
-# rxvt +sb -sl 500 -n "$title" -title "$title" &
- exec rxvt +sb -sl 500 -n "$title" -title "$title"
+ rxvt +sb -sl 500 -n "$title" -title "$title" &
+# exec rxvt +sb -sl 500 -n "$title" -title "$title"
fi
}