e3d7b54ca3
Former-commit-id: bb0edac46772972b4c99a84b8e1791f43b9195f5
3 lines
83 B
Bash
Executable File
3 lines
83 B
Bash
Executable File
#!/bin/sh
|
|
grep MethodImplOptions.InternalCall * -r | cut -d '/' -f 1 | sort | uniq
|