#!/bin/sh
#
#  vif : JgfBNgȉt@CTo
#        J
#
if [ "$1" = "" ]; then
	echo "usage : $0 <filename>"
	exit 1
fi

vi `find . -name "$1"`
