mirror of
https://github.com/aria2/aria2.git
synced 2025-01-08 11:01:38 +00:00
12 lines
58 B
Sed
12 lines
58 B
Sed
|
/^"POT-Creation-Date: .*"$/{
|
||
|
x
|
||
|
s/P/P/
|
||
|
ta
|
||
|
g
|
||
|
d
|
||
|
bb
|
||
|
:a
|
||
|
x
|
||
|
:b
|
||
|
}
|