website/scripts/download-style.sh

6 lines
151 B
Bash
Raw Normal View History

2022-08-02 13:52:18 -04:00
#!/bin/sh
set -eu
cd "$(dirname "$0")"/..
curl --location --fail --silent --show-error -o www/schemeorg.css \
https://www.scheme.org/schemeorg.css