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 7set -x 8set -e 9 10DOWNLOAD_SCRIPT=$(cd $(dirname $0)/..; pwd)/infra/bots/assets/skp/download.py 11python ${DOWNLOAD_SCRIPT} -t $(pwd)/skps 12