
#!/bin/bash

case "$1" in
'start')
/opt/egurkha/bin/start_agent
;;
'stop')
/opt/egurkha/bin/stop_agent
;;
esac

