www.byjp.me/retrieve-deps.sh
2023-07-16 10:56:11 +01:00

4 lines
209 B
Bash

#!/bin/bash
mkdir -p static/js/
curl -L -o static/js/postcards-html.js "https://unpkg.com/@dotpostcard/postcards-html?module"
curl -L -o static/js/mermaid.js "https://unpkg.com/mermaid@10/dist/mermaid.min.js"