#!/bin/sh

_UUID=$1
_Directory=$2
_Path=$3

cat > $_Path << EOF
UUID=${_UUID}
Directory=${_Directory}
EOF