#!/bin/sh set -o nounset export NAME="$1" mkdir -p images export IMAGES="$(realpath images)" cd packer packer build "$NAME.json"