#!/bin/bash
BASE_PATH=$(dirname `which $0`)
echo $BASE_PATH
python $BASE_PATH/seraph-script.py $1 $2
