#!/bin/sh


echo ''
echo 'These are the common blocks defined'
echo ''
echo '\\begin{tabular}{ll}'
find . -name \*.pro -exec grep common {} /dev/null \;
echo '\\end{tabular}'
