Skip to content

Commit

Permalink
Also zip up only the main (i.e. not variant) kanji.
Browse files Browse the repository at this point in the history
  • Loading branch information
ospalh committed Jul 27, 2014
1 parent be8750d commit 355b9ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion updatepublic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
d=`date +%Y%m%d`
outFileOne="kanjivg-$d.xml.gz"
outFileAll="kanjivg-$d-all.zip"
zip -r $outFileAll kanji
outFileMain="kanjivg-$d-main.zip"
zip -r $outFileAll kanji/*.svg
zip -r $outFileMain kanji/?????.svg
./kvg.py release
gzip -c kanjivg.xml >$outFileOne
#scp $outFileOne $outFileAll [email protected]:/srv/http/kanjivg/upload/Main/
Expand Down

0 comments on commit 355b9ee

Please sign in to comment.