#!/bin/sh
find . -name "*.v" -exec h_convert \{\} "$1" "$2" \;
