lucicos/sym.sh

3 lines
64 B
Bash
Raw Normal View History

2022-06-28 16:40:51 +00:00
#!/bin/sh
nm $1 | grep " T " | awk '{ print $1" "$3 }' > $1.sym