Brian Salomon | 4db65d4 | 2018-08-31 15:30:25 -0400 | [diff] [blame] | 1 | #!/bin/sh |
2 | |||||
3 | # Copies the latest bot-generated SVG set to ./svgs. | ||||
4 | |||||
5 | set -x | ||||
6 | set -e | ||||
7 | |||||
8 | DOWNLOAD_SCRIPT=$(cd $(dirname $0)/..; pwd)/infra/bots/assets/svg/download.py | ||||
9 | python ${DOWNLOAD_SCRIPT} -t $(pwd)/svgs |