#!/bin/sh

FOLDER=/usr/share/OGAgent

cd $FOLDER
python OGAgentUser.py $@
