PATH=/bin:/usr/bin
if [ -n "$SLEEP" ]; then
	exec sleep "$@"
fi
