removed files
[~madcoder/dotfiles.git] / pbuilder / C10_launch_shell
1 #!/bin/sh
2 # invoke shell if build fails.
3
4 echo "I: installing necessary tools to work in the damn chroot"
5 apt-get install -y --force-yes vim zsh &>/dev/null
6 dpkg --purge nvi
7
8 cd /tmp/buildd/*/debian/..
9
10 /bin/zsh < /dev/tty > /dev/tty