3 lines
83 B
Bash
Raw Permalink Normal View History

#!/bin/sh
grep MethodImplOptions.InternalCall * -r | cut -d '/' -f 1 | sort | uniq