Last change
on this file since 10179 was 5776, checked in by vboxsync, 17 years ago |
ffmpeg: exported to OSE
|
-
Property svn:executable
set to
*
|
File size:
324 bytes
|
Line | |
---|
1 | #!/bin/sh
|
---|
2 | sed '/^+[^+]/!s/ /TaBBaT/g' |\
|
---|
3 | expand -t `seq -s , 9 8 200` |\
|
---|
4 | sed 's/TaBBaT/ /g' |\
|
---|
5 | sed '/^+[^+]/s/ * $//' |\
|
---|
6 | tr -d '\015' |\
|
---|
7 | tr '\n' '°' |\
|
---|
8 | sed 's/\(@@[^@]*@@°[^@]*\)/\n\1/g' |\
|
---|
9 | egrep -v '@@[^@]*@@°(( [^°]*°)|([+-][[:space:]]*°)|(-[[:space:]]*([^°]*)°\+[[:space:]]*\5°))*$' |\
|
---|
10 | tr -d '\n' |\
|
---|
11 | tr '°' '\n'
|
---|
Note:
See
TracBrowser
for help on using the repository browser.