#!/bin/sed -f # H. Singer 1i\
### create list of files used in createGIF.csh
#s/EXAMPLE <<\([^>]*\)>>.*$/\1/w gomi.1

### create list of entries to paste in the .html file
#s/EXAMPLE <<\([^>]*\)>>.*$/[GIF]<\/A>/w gomi.2

### the hyperlink to the audio file
s/EXAMPLE <<\([^>]*\)>>.*$/EXAMPLE \<\<\1<\/A>\>\>/g

### exchange all double angle brackets with corresponding HTML code
s/<>/\>\>/g

### EOF