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