#! /bin/sh

rm binarify.m

find . -type d -name "2002.*" -exec ./binarify-helper {} \;
