X-Git-Url: https://git.madduck.net/etc/mrsetup.git/blobdiff_plain/b24d4e25ad44234cf47781376228badeacddadce..8d723ff13bdbfacff2ae2f1847512bdec36bbd55:/mrsetup?ds=sidebyside diff --git a/mrsetup b/mrsetup index d52b4c0..275ec3a 100755 --- a/mrsetup +++ b/mrsetup @@ -5,7 +5,7 @@ # Copyright © 2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -set -eu +set -u MY_GIT_SERVER=git.madduck.net MY_GIT_REPOS='~/git' @@ -101,8 +101,14 @@ else git add .mrconfig git commit -m'initial checkin' git push --all + echo fi -[ -f "$0" ] && rm $0 +[ -f "$0" ] && rm $0 || : + +echo I: spawning a shell... +$SHELL --interactive --login + +echo I: back from the shell. exit 0