1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-07-15 17:01:38 +02:00
ffmpeg/unwrap-diff
Diego Biurrun 2805e3b4eb Add missing newlines at end of file.
Originally committed as revision 5335 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-04-29 16:17:50 +00:00

3 lines
105 B
Bash
Executable File

#!/bin/sh
tr '\n' '\001' | sed 's/\x01\x01/\x01 \x01/g' | sed 's/\x01\([^-+ @]\)/ \1/g' | tr '\001' '\n'