mirror of
https://github.com/rehlds/metamod-r.git
synced 2025-03-29 13:49:00 +03:00
5 lines
140 B
Bash
5 lines
140 B
Bash
#!/bin/sh
|
|
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
|
|
|
nm -CDg $1 | egrep " T " | egrep -v "::|\(| T [A-Z]| _|type_info|anglemod" | cut -d' ' -f 3,3
|