mirror of
https://github.com/yudai/gotty.git
synced 2026-01-07 18:18:50 +01:00
8 lines
95 B
Sed
8 lines
95 B
Sed
|
|
/@OPTIONS@/ {
|
||
|
|
r options.txt.tmp
|
||
|
|
d
|
||
|
|
}
|
||
|
|
/@CONTRIBUTORS@/ {
|
||
|
|
r contributors.txt.tmp
|
||
|
|
d
|
||
|
|
}
|