cdrtools/cdda2wav/version.sed
2025-06-15 04:19:58 +08:00

5 lines
48 B
Sed

/cdr_version\[\] = /{
s/.*"\(.*\)";/\1/
p
}