Commit e6039102 authored by 安岡 孝一's avatar 安岡 孝一
Browse files

sync

parent 71bedaf9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
  do B=`basename $F .utf-8`
     G=$D/corpus/$B.mc.utf-8
     if [ ! -s $G ]
     then sed -e 's/[/\[/g' -e 's/]/\]/g' -e 's/\[[^]]*\]//g' -e 's/(/(/g' -e 's/)/)/g' `ls -1t incoming/*/[th]*/$B.utf-8 | head -1` > $G
     then sed -e 's/[/\[/g' -e 's/]/\]/g' -e 's/\[[^]]*\]//g' -e 's/(/(/g' -e 's/)/)/g' -e 's/([^)]*)//g' `ls -1t incoming/*/[th]*/$B.utf-8 | head -1` > $G
     else :
     fi
     xemacs $G