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