#!/bin/sh

UTIL=$1
NAME=`find ./ -name $UTIL -type f`
$NAME $2
