From 9436373f0d4eaeb35c0c2f957def456cfa0d3de0 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sat, 10 May 2008 01:26:32 +0100 Subject: [PATCH] spawn a shell at the end --- mrsetup | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mrsetup b/mrsetup index d52b4c0..0e5d05b 100755 --- a/mrsetup +++ b/mrsetup @@ -105,4 +105,9 @@ fi [ -f "$0" ] && rm $0 +echo I: spawning a shell... +$SHELL + +echo I: back from the shell. + exit 0 -- 2.39.2