2
0
mirror of https://github.com/rehlds/metamod-r.git synced 2025-03-29 13:49:00 +03:00
metamod-r/tools/getents.sh
2016-07-04 12:07:29 +06:00

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