mirror of
https://github.com/paboyle/Grid.git
synced 2025-11-05 06:19:31 +00:00
Merge branch 'develop' into feature/hmc_generalise
This commit is contained in:
6
scripts/grep-global
Executable file
6
scripts/grep-global
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
export LANG=C
|
||||
find . -name "*.cc" -exec grep -H $@ {} \;
|
||||
find . -name "*.h" -exec grep -H $@ {} \;
|
||||
|
||||
Reference in New Issue
Block a user