#!/bin/bash

git grep -w -f <(grep '\<def ' "$@" | awk -F '[ (]' '{print $2}')
