#!/bin/bash set -e root=$1 shift exec inroot $root build "$@"