Files
ffmpeg/clean-diff
T

2 lines
129 B
Bash
Raw Normal View History

#!/bin/sh
2005-05-26 17:48:23 +00:00
sed '/^+[^+]/!s/ /TaBBaT/g' | expand -t `seq -s , 9 8 200` | sed 's/TaBBaT/ /g' | sed '/^+[^+]/s/ * $//' | tr -d '\015'