BGP-Ranking/website/3drparty.sh

9 lines
104 B
Bash
Raw Normal View History

2018-04-11 18:04:40 +02:00
#!/bin/bash
set -e
set -x
2018-04-12 18:09:04 +02:00
mkdir -p web/static/
2018-05-31 15:48:11 +02:00
wget https://d3js.org/d3.v5.js -O web/static/d3.v5.js