mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 15:24:25 +00:00
8 lines
95 B
Sed
8 lines
95 B
Sed
/@OPTIONS@/ {
|
|
r options.txt.tmp
|
|
d
|
|
}
|
|
/@CONTRIBUTORS@/ {
|
|
r contributors.txt.tmp
|
|
d
|
|
} |