#!/bin/sh
# Download some images referenced by the docs locally to avoid
# potential privacy breaches
rm -f *.svg
wget -q https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg -O install_with-bioconda-brightgreen.svg
wget -q https://img.shields.io/pypi/pyversions/snakemake.svg -O pyversions_snakemake.svg
wget -q https://img.shields.io/pypi/v/snakemake.svg
wget -q https://img.shields.io/badge/stack-overflow-orange.svg
wget -q https://img.shields.io/twitter/follow/johanneskoester.svg?style=social\&label=Follow -O johanneskoester_follow.svg
wget -q wget https://img.shields.io/badge/snakemake-≥3.5.2-brightgreen.svg?style=flat-square -O snakemake_gt_3.5.2-brightgreen.svg
wget -q https://quay.io/repository/snakemake/snakemake/status -O status.svg
