3 lines
55 B
Bash
3 lines
55 B
Bash
|
|
||
|
nm $1 | grep " T " | awk '{ print $1" "$3 }' > $1.sym
|