mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:25:43 +01: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
|
||
|
}
|