#!/bin/bash # Source common variables # shellcheck disable=SC2046,1091,1090 source "$(dirname "$0")/common" if [[ $# -eq 0 ]]; then echo "You must specify a short name." exit 1 fi # For now, only architecture that we support live is x86_64 TARGET="${STAGING_ROOT}/${CATEGORY_STUB}/${REV}/Live/x86_64" mkdir -p "${TARGET}" cat > "${TARGET}/README" <