Merge branch 'master' of ssh://repo.or.cz/srv/git/gostyle
[gostyle.git] / pdb-gtl / rm_ldist.sh
blob5ee1cf2720a216a8bde57e5a17610f8f1e0e022f
1 #!/bin/sh
3 clr() {
4 while read a ; do
6 [ ! -e "$a" -o -d "$a" ] && continue
7 sed -i 's/lldist:[0-9]*//g;s/ldist:[0-9]*//g;s/ / /g;s/ / /g;s/( /(/' "$a"
8 done
10 find "rawpat_files" | clr