Mercurial > hg > octave-thorsten
view src/mkdefs @ 3939:3dd8d3dc28d4
[project @ 2002-05-16 16:34:20 by jwe]
author | jwe |
---|---|
date | Thu, 16 May 2002 16:34:20 +0000 |
parents | 078fde449ebc |
children | 02fcb550f20c |
line wrap: on
line source
#!/bin/sh sed -n -e '/^ *BEGIN_INSTALL_BUILTIN/{ : loop s/BEGIN_INSTALL_BUILTIN// s/^#[ \t][ \t]*[0-9][0-9]*.*$// /END_INSTALL_BUILTIN/b done p n b loop : done s/END_INSTALL_BUILTIN// p }'