diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2011-08-24 00:34:09 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2011-08-24 00:34:09 +0200 |
commit | e4485880d876f0d1b17d8281218d48cd234c1d07 (patch) | |
tree | 1b8e7e4dbf7edf7986133231d03701e64730b4c8 | |
parent | ddf1e8baadfcc23bc420961aee1ddea8f5228b43 (diff) |
Spawn shell to load proper configuration
-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 |