OSDN Git Service

RecentChanges: Update
[pukiwiki/pukiwiki.git] / devel / make_funclist.sh
1 #!/bin/sh
2
3 grep -B1 "^function" ../*.php | sed -e "s/^\.\.\///" | sed "s/[a-z]*\.php\:function[ \t]*//"