#!/usr/bin/sh

BASEDIR=$(dirname $0)

ruby $BASEDIR/example_framework_bot.rb > /dev/null 2>&1 &
echo $! > $BASEDIR/.pid
