#!/bin/sh -e

killall -q macuco2 | echo 'kill macuco2 if is running'

exit 0
