#!/bin/sh

	FILE="$1""/Applications/Image Data Converter SR.app"
	if [ -e "$FILE" ]; then
		exit 0
	else
		exit 32
	fi
