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

