forked from KolibriOS/kolibrios
upload sdk
git-svn-id: svn://kolibrios.org@4349 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
11
contrib/sdk/sources/ffmpeg/tools/clean-diff
Normal file
11
contrib/sdk/sources/ffmpeg/tools/clean-diff
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
sed '/^+[^+]/!s/ /TaBBaT/g' |\
|
||||
expand -t $(seq -s , 9 8 200) |\
|
||||
sed 's/TaBBaT/ /g' |\
|
||||
sed '/^+[^+]/s/ * $//' |\
|
||||
tr -d '\015' |\
|
||||
tr '\n' '<27>' |\
|
||||
sed 's/\(@@[^@]*@@<40>[^@]*\)/\n\1/g' |\
|
||||
egrep -v '@@[^@]*@@<40>(( [^<5E>]*<2A>)|([+-][[:space:]]*<2A>)|(-[[:space:]]*([^<5E>]*)<29>\+[[:space:]]*\5<>))*$' |\
|
||||
tr -d '\n' |\
|
||||
tr '<27>' '\n'
|
Reference in New Issue
Block a user