xref
: /
third_party
/
lame
/
make_changelog.sh
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/lame/
1
#!/
bin
/
sh
2
3
(
cat
ChangeLog.header
;
svn2cl
--
break
-
before
-
msg
--
stdout
)
>
ChangeLog
4