#!/bin/sh export HOME="${HOME}" schroot -c "$(schroot -l | head -1)" -- "$(basename "${0}")" "${@}"