This commit is contained in:
Adam 2023-02-06 02:08:55 -05:00
parent a256c83cdd
commit 0445619bc4

View file

@ -38,12 +38,11 @@ fi
# send it
cd &&
rsync -avzP .doors/ .
rsync -azP .doors/ .
# cleanup
cd &&
rm -rf .git &&
rm -rf .doors
# start it
exec zsh -l
echo 'Start a new shell'