• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh
2
3# Copies the latest bot-generated SVG set to ./svgs.
4
5set -x
6set -e
7
8DOWNLOAD_SCRIPT=$(cd $(dirname $0)/..; pwd)/infra/bots/assets/svg/download.py
9python ${DOWNLOAD_SCRIPT} -t $(pwd)/svgs
10