#!/bin/bash
cd -- "$(dirname -- "${BASH_SOURCE[0]}")" 
LD_LIBRARY_PATH=. ./FabEngine6063 ../cfg/fab.cfg &
echo -n $! > /run/fabeng6063.pid
