#!/bin/sh

cd "$SAGE_SRC"

find sage -print | GREP_OPTIONS= egrep '.py([xdi])?$' | xargs grep "$@"
