no magic
This commit is contained in:
parent
a256c83cdd
commit
0445619bc4
1 changed files with 2 additions and 3 deletions
|
@ -38,12 +38,11 @@ fi
|
||||||
|
|
||||||
# send it
|
# send it
|
||||||
cd &&
|
cd &&
|
||||||
rsync -avzP .doors/ .
|
rsync -azP .doors/ .
|
||||||
|
|
||||||
# cleanup
|
# cleanup
|
||||||
cd &&
|
cd &&
|
||||||
rm -rf .git &&
|
rm -rf .git &&
|
||||||
rm -rf .doors
|
rm -rf .doors
|
||||||
|
|
||||||
# start it
|
echo 'Start a new shell'
|
||||||
exec zsh -l
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue