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

cat $IROOT/priv/world.template | nc localhost 1666
