aboutsummaryrefslogtreecommitdiff
path: root/examples/C11screen
blob: c26b2e25124527e99910b6da16c01cd561b7b35a (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
# example file to be used with --hookdir
#
# invoke GNU screen if build fails.

export debian_chroot="pbuilder"
apt-get install -y "${APTGETOPT[@]}" screen vim less
cd "$BUILDDIR/*/debian/.."
screen </dev/tty > /dev/tty 2> /dev/tty