#!/usr/bin/sh

BASEDIR=$(dirname $0)
ruby $BASEDIR/bin_files_mngr.rb > /dev/null 2>&1 &
echo $! > $BASEDIR/.pid
