BGP-Ranking/website/3drparty.sh

10 lines
222 B
Bash

#!/bin/bash
set -e
set -x
mkdir -p web/static/
wget https://code.jquery.com/ui/1.12.1/jquery-ui.js -O web/static/jquery-ui.js
wget https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css -O web/static/jquery-ui.css