forked from FFmpeg/FFmpeg
tr -d '\015'
Originally committed as revision 4313 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3f3f8b2b75
commit
4aa606ec17
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
sed '/^+[^+]/!s/ /TaBBaT/g' | expand -t `seq -s , 9 8 200` | sed 's/TaBBaT/ /g' | sed '/^+[^+]/s/ * $//'
|
||||
sed '/^+[^+]/!s/ /TaBBaT/g' | expand -t `seq -s , 9 8 200` | sed 's/TaBBaT/ /g' | sed '/^+[^+]/s/ * $//' | tr -d '\015'
|
Loading…
Add table
Reference in a new issue