Skip to content
Snippets Groups Projects
Commit dd5e7ee2 authored by 安岡孝一's avatar 安岡孝一
Browse files

sync

parent 6bb167c0
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,10 @@ ...@@ -9,6 +9,10 @@
git push origin master git push origin master
for F for F
do B=`basename $F` do B=`basename $F`
case $B in
*.utf-8) : ;;
*) continue ;;
esac
if [ ! -s $D/$B ] if [ ! -s $D/$B ]
then cp `ls -1t incoming/*/[th]*/$B | head -1` $D/$B then cp `ls -1t incoming/*/[th]*/$B | head -1` $D/$B
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment