gotty/README.md.sed

8 lines
95 B
Sed
Raw Normal View History

2021-04-19 03:20:01 -07:00
/@OPTIONS@/ {
r options.txt.tmp
d
}
/@CONTRIBUTORS@/ {
r contributors.txt.tmp
d
}