summaryrefslogblamecommitdiffstats
path: root/private/mvdm/wow16/write/write.sed
blob: 47c59be0363ff9f5a3eb6f264bebce98160a5a67 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                
/^OBJ. = /,/^$/{
s/^OBJ. = //
s/^ //
s/\\$/+/
s/%$//
t output
b end
:output
p
:end
}