#!/bin/sh


if [ `pidof camd3 | wc -w` != 0 ] ; then
killall -9 camd3
else
/program/camd3/camd3 /program/camd3/camd3.config
fi
