#!/usr/bin/env bash

cd "$SAGE_SRC"

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