OSDN Git Service

Move from pukiwiki/devel/make_funclist.sh to devel/make_funclist.sh
[pukiwiki/pukiwiki_devel.git] / make_funclist.sh
diff --git a/make_funclist.sh b/make_funclist.sh
new file mode 100644 (file)
index 0000000..29e4d4e
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+grep -B1 "^function" ../*.php | sed -e "s/^\.\.\///" | sed "s/[a-z]*\.php\:function[ \t]*//"