Home | History | Annotate | Download | only in bin
      1 #!/bin/sh
      2 
      3 # Copies the latest bot-generated SVG set to ./svgs.
      4 
      5 set -x
      6 set -e
      7 
      8 DOWNLOAD_SCRIPT=$(cd $(dirname $0)/..; pwd)/infra/bots/assets/svg/download.py
      9 python ${DOWNLOAD_SCRIPT} -t $(pwd)/svgs
     10