#!/bin/bash -xe

PLUGIN=$1
export SIM_REPO_PATH=$(pwd)

sudo -E ./diskimage-create/diskimage-create.sh -p $PLUGIN
