#!/bin/sh
grep --exclude=bad-athena-path.list --exclude=debian --exclude=config.status --exclude=config.log --exclude='*.build' --exclude=*.patch -IR '[^c]/athena' .  | grep -v '\.pc' >| bad-athena-path.list
