#!/bin/sh

ps | grep "/opt/gira/" | grep -v grep | tr -s " " | cut -d ' ' -f 2 | xargs -r kill -9
/opt/gira/bin/gapp stop

exit 0