#!/bin/bash
for r in `echo *.rule`
do ./check-rule $r
done
