Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
94e1a5268692c36caaa450895e56446d53d766cf
/
.
/
bin
/
fetch-svgs
blob: a58d74edd4da536ade0f779e96c5c37c73428877 [
file
] [
log
] [
blame
]
#!/bin/sh
# Copies the latest bot-generated SVG set to ./svgs.
set
-
x
set
-
e
DOWNLOAD_SCRIPT
=
$
(
cd $
(
dirname $0
)/..;
pwd
)/
infra
/
bots
/
assets
/
svg
/
download
.
py
python $
{
DOWNLOAD_SCRIPT
}
-
t $
(
pwd
)/
svgs