#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
BIN=$DIR/gfStopTool
$BIN gfOverseer || true
$BIN gfUpdater  || true
$BIN gfInternetReceiver  || true
$BIN gfScreenController  || true
$BIN gfPlayer  || true
$BIN gfPlayer2  || true
$BIN gfServer  || true
$BIN gfInitBox || true
$BIN gfConfigurator || true
$BIN gfPlayerSurveyor || true
