#!/bin/sh

echo Starting the FairCom Database Engine...
LD_LIBRARY_PATH=.
export LD_LIBRARY_PATH
cd `dirname "$0"`
nohup ./faircom 1> server.log 2> server.log &
