9cf66ae643
Old ffmpeg has a lot of vulnerabilities that have been fixed in newer versions, see https://www.cvedetails.com/vulnerability-list/vendor_id-3611/Ffmpeg.html.
12 lines
325 B
Bash
Executable File
12 lines
325 B
Bash
Executable File
#!/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'
|