#!/bin/sh
SPHINXBINDIR=/cygdrive/c/sphinx/sphinx2/bin

cd ${SPHINXBINDIR}
./sphinx2-current-run > /dev/null 2> /dev/null 
exit
