linux-packaging-mono/debian/find-icalls.sh

3 lines
83 B
Bash
Raw Normal View History

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