skia2/bin/fetch-skps

10 lines
186 B
Plaintext
Raw Normal View History

#!/bin/sh
# Copies the latest bot-generated SKP set to ./skps.
set -x
set -e
VERSION=`cat $(dirname $0)/../SKP_VERSION`
gsutil -m cp -r gs://chromium-skia-gm/playback_$VERSION/skps .