#!/bin/sh
: ${PROJECTBASE:?}
find ${PROJECTBASE} -name '*.ml' | xargs wc
