#!/bin/sh

FOLDER=/usr/share/OGAgent

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