#!/bin/sed -f
s/^\([A-Za-z][A-Za-z0-9_']*\)__$/\1/
t
s/^#[ 	]*open[ 	]"\([^"]*\)"$/\1/
t
d
