diff --git a/clean-diff b/clean-diff new file mode 100755 index 0000000000..6964d34c1a --- /dev/null +++ b/clean-diff @@ -0,0 +1,2 @@ +#!/bin/sh +sed '/^+[^+]/!s/ /TaBBaT/g' | expand -t `seq -s , 9 8 200` | sed 's/TaBBaT/ /g' | sed '/^+[^+]/s/ * $//' \ No newline at end of file