mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-08 13:05:57 +01:00
3 lines
126 B
Bash
3 lines
126 B
Bash
#!/bin/bash
|
|
mkdir -p static/js/
|
|
curl -L -o static/js/postcards-html.js "https://unpkg.com/@dotpostcard/postcards-html?module"
|