#!/bin/sh
find . -type f -exec grep -lHI -f $2 {} \; | xargs sed -i -f $1

