X-Git-Url: https://git.madduck.net/etc/mrsetup.git/blobdiff_plain/9436373f0d4eaeb35c0c2f957def456cfa0d3de0..5f1a4a70965b2e291b5eda074197fef47c10f701:/mrsetup diff --git a/mrsetup b/mrsetup index 0e5d05b..6138043 100755 --- a/mrsetup +++ b/mrsetup @@ -101,12 +101,13 @@ else git add .mrconfig git commit -m'initial checkin' git push --all + echo fi -[ -f "$0" ] && rm $0 +rm -f "$0" echo I: spawning a shell... -$SHELL +$SHELL --interactive --login echo I: back from the shell.