#!/bin/sh
# Set the ROOT directory of the module
SCRIPT=`which $0` 
IROOT=`dirname $SCRIPT`/..
MNESIA_DIR="$IROOT/database"

erl -noinput -pa $IROOT/ebin -mnesia dir "\"${MNESIA_DIR}\"" -s mnesia_rei create -s init stop
