#!/bin/sh

FOLDER=/Applications/OGAgent.app

cd $FOLDER
python -m opengnsys.linux.OGAgentService $@
