From: martin f. krafft Date: Sat, 10 May 2008 00:26:32 +0000 (+0100) Subject: spawn a shell at the end X-Git-Url: https://git.madduck.net/etc/mrsetup.git/commitdiff_plain/9436373f0d4eaeb35c0c2f957def456cfa0d3de0 spawn a shell at the end --- 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