blob: fda386dfd81fb8ec1f08617ae9eeb0eb0f1ca8ba [file] [log] [blame]
#!/bin/sh
# Copies the latest bot-generated SKP set to ./skps.
# If you are having trouble, please refer to the instructions at:
# https://sites.google.com/a/google.com/skia/key-resources/skps
set -x
set -e
ROOT_DIR="$(cd $(dirname $0)/..; pwd)"
python ${ROOT_DIR}/bin/fetch-sk
case "$(uname -s)" in
CYGWIN*) SK_EXE="sk.exe";;
MINGW*) SK_EXE="sk.exe";;
*) SK_EXE="sk";;
esac
${ROOT_DIR}/bin/${SK_EXE} asset download skp $(pwd)/skps