#! /usr/bin/env sh

if [ -f /home/user/.carman_cleanup.log ]; then
	rm -f /home/user/.carman_cleanup.log
fi
