#!/bin/bash
CCCAM=`ps x | grep CCcam.x86 | grep -v grep | wc -l`

if [ "$CCCAM" -eq "0" ]
then
cd /usr/local/bin
sudo ./CCcam.x86
fi
