#!/bin/zsh if [[ -n $ROOT ]]; then cd $ROOT || exit $? fi pax -w -x sv4cpio "$@" | cpio2fs exit $((${(j.|.)pipestatus}))