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

sync

parent 6bb167c0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -9,6 +9,10 @@
  git push origin master
  for F
  do B=`basename $F`
     case $B in
     *.utf-8) : ;;
     *) continue ;;
     esac
     if [ ! -s $D/$B ]
     then cp `ls -1t incoming/*/[th]*/$B | head -1` $D/$B
     fi