Blame maint/mpich-replace.sh

Packit 0848f5
#! /bin/bash
Packit 0848f5
Packit 0848f5
grep -r $1 * | cut -f1 -d':' | uniq | xargs sed -i "s/$1/$2/g"