#!/bin/sh

if ./idsgrep -I '?' *[a-z].eids > /dev/null
then
  exit 0
else
  exit 1
fi
