Home | History | Annotate | Download | only in bin
      1 #!/bin/sh
      2 
      3 # Copies the latest bot-generated SKP set to ./skps.
      4 # If you are having trouble, please refer to the instructions at:
      5 # https://sites.google.com/a/google.com/skia/key-resources/skps
      6 
      7 set -x
      8 set -e
      9 
     10 DOWNLOAD_SCRIPT=$(cd $(dirname $0)/..; pwd)/infra/bots/assets/skp/download.py
     11 python ${DOWNLOAD_SCRIPT} -t $(pwd)/skps
     12