#!/bin/sh set -e for j in `poudriere jail -lqn`; do echo "Updating ${j}" poudriere jail -j ${j} -u -t 13.4-RELEASE done