hstr/dist/ubuntu-refresh-all-pbuilder.sh

10 lines
106 B
Bash
Executable file

#!/bin/bash
for DISTRO in precise quantal saucy trusty
do
sudo pbuilder --create ${DISTRO}
done
# eof