lucicos/sym.sh

3 lines
64 B
Bash
Executable File

#!/bin/sh
nm $1 | grep " T " | awk '{ print $1" "$3 }' > $1.sym