diff options
-rwxr-xr-x | mrmovein | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -76,7 +76,12 @@ echo "I: cloning mr configuration..." $MR_CODE/mr --config .mrconfig.movein co echo -#echo "I: setting up base..." -#$MR_CODE/mr co +echo "I: setting up base..." +$MR_CODE/mr co + +echo "I: spawning a shell..." +$SHELL -i -l </dev/tty >/dev/tty + +echo "I: back from shell..." exit 0 |