2005-05-26 12:58:54 +00:00
|
|
|
#!/bin/sh
|
2005-06-03 11:38:49 +00:00
|
|
|
sed '/^+[^+]/!s/ /TaBBaT/g' |\
|
2011-04-19 00:16:24 +02:00
|
|
|
expand -t $(seq -s , 9 8 200) |\
|
2005-06-03 11:38:49 +00:00
|
|
|
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' |\
|
2006-04-29 16:17:50 +00:00
|
|
|
tr '°' '\n'
|