Skip to content
Snippets Groups Projects
irix-nm 65 B
Newer Older
hallgren's avatar
hallgren committed
#!/bin/csh -f

/bin/nm -Bgv $argv | sed -e 's/ (weak)//'

exit 0