1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-07 01:54:17 +02:00
ffmpeg/clean-diff
Michael Niedermayer 4aa606ec17 tr -d '\015'
Originally committed as revision 4313 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-05-26 17:48:23 +00:00

2 lines
129 B
Bash
Executable File

#!/bin/sh
sed '/^+[^+]/!s/ /TaBBaT/g' | expand -t `seq -s , 9 8 200` | sed 's/TaBBaT/ /g' | sed '/^+[^+]/s/ * $//' | tr -d '\015'