#!/bin/sh

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

echo "UUID=$_UUID" > $_Path
echo "Directory=$_Directory" >> $_Path

cat $_Path
