#!/bin/bash

~/ernad/bin/clear_train

for found in `/usr/bin/find ~/reports/ -name '*.train'`; do
    ~/ernad/bin/velal $found
done
