mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-11-11 05:01:04 +00:00
2 lines
114 B
Text
2 lines
114 B
Text
|
|
#!/bin/sh
|
||
|
|
sed '/^+[^+]/!s/ /TaBBaT/g' | expand -t `seq -s , 9 8 200` | sed 's/TaBBaT/ /g' | sed '/^+[^+]/s/ * $//'
|