#!/bin/bash -xe

PLUGIN=$1
export SIM_REPO_PATH=$(pwd)

./diskimage-create/diskimage-create.sh -u -p $PLUGIN
