#!/bin/sh
# search for a string in sources
egrep -in "$1" src/*.f src/ness/*.f exci/*.f src/cfiles/*.c  src/*.inc src/ness/*.inc include/*.inc

