This commit is contained in:
2008-07-02 14:23:30 +00:00
parent 55b5b5e7cc
commit f6d203f6a7
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@ doc/H5X_File_Format.txt -text
doc/Makefile.am -text
doc/doxyfooter -text
doc/doxyheader -text
doc/html2twiki -text
doc/tetrahedron_refinements/1-edge/edge_01_refined/01.png -text
doc/tetrahedron_refinements/1-edge/edge_01_refined/01.pvsm -text
doc/tetrahedron_refinements/1-edge/edge_01_refined/01.txt -text
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
declare -rx infile=$1
declare -rx outdir=$2
declare -rx fname=$( sed -n 's/.* member="\([a-zA-Z0-9_.]*\)::\([_a-zA-Z0-9]*\)" .*/\2/p' "${infile}" )
declare -rx outfile="${outdir}/${fname}.txt"
sed '/Generated by/,/anchor/d' "${infile}" > "${outfile}"