Arquivos
mpich/maint/mpich-replace.bash
Pavan Balaji b2e6fbd0ae copyright: add copyright information to all files
script generated to consistently point to the top-level copyright.

Signed-off-by: Pavan Balaji <balaji@anl.gov>
2020-04-15 09:32:54 -05:00

8 linhas
188 B
Bash
Arquivo Executável

#! /usr/bin/env bash
##
## Copyright (C) by Argonne National Laboratory
## See COPYRIGHT in top-level directory
##
git grep $1 * | cut -f1 -d':' | uniq | xargs sed -i "s/\b$1\b/$2/g"