view src/sap/scripts/gen_symbols @ 148:9d9fc9e1de48 trunk

[svn] - nuke paranormal (i will put a different paranormal back soon, no worries)
author nenolod
date Mon, 30 Oct 2006 22:39:27 -0800
parents c0b31cf2c7cd
children
line wrap: on
line source

#! /bin/sh
/usr/bin/nm -B  $1      | sed -n -e 's/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' | sed 's/.* //' | sort | uniq > symbols        
egrep -e "get_.plugin_info" "symbols" > syms
rm -f symbols