X-Git-Url: https://git.madduck.net/etc/mrsetup.git/blobdiff_plain/9436373f0d4eaeb35c0c2f957def456cfa0d3de0..a3554c0d39ce647afb87938295630c28e7dd4e65:/mrsetup diff --git a/mrsetup b/mrsetup index 0e5d05b..c71695c 100755 --- a/mrsetup +++ b/mrsetup @@ -103,10 +103,10 @@ else git push --all fi -[ -f "$0" ] && rm $0 +[ -f "$0" ] && rm $0 || : echo I: spawning a shell... -$SHELL +$SHELL --interactive --login echo I: back from the shell.