mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Temp
This commit is contained in:
11
submodules/ffmpeg/Sources/FFMpeg/ffmpeg-4.1/tools/clean-diff
Executable file
11
submodules/ffmpeg/Sources/FFMpeg/ffmpeg-4.1/tools/clean-diff
Executable 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' '°' |\
|
||||
sed 's/\(@@[^@]*@@°[^@]*\)/\n\1/g' |\
|
||||
egrep -v '@@[^@]*@@°(( [^°]*°)|([+-][[:space:]]*°)|(-[[:space:]]*([^°]*)°\+[[:space:]]*\5°))*$' |\
|
||||
tr -d '\n' |\
|
||||
tr '°' '\n'
|
||||
Reference in New Issue
Block a user