Seguindo o README neste repositório , devo proteger meu shell em uma máquina virtual que criei, mas depois que o fiz, como saio?
Aqui estão as instruções:
$ git clone git://github.com/honza/django-chef.git
$ cd django-chef
# add yourself to the "users" array in the Vagrantfile
$ sudo echo "127.0.0.1 example.example.com" >> /etc/hosts
$ vagrant up
$ fab vagrant:honza bootstrap # replace with your name
$ vagrant ssh # OK, cool
$ run # I'm trapped!
exit
eCTRL+D
trabalhei para mim, masCTRL+C
não funcionou.