Skip to content

Instantly share code, notes, and snippets.

View j13k's full-sized avatar

John Fitzpatrick j13k

View GitHub Profile
@j13k
j13k / vic-suburb-locality-boundaries.geojson
Last active July 18, 2019 02:39
VIC Suburb/Locality Boundaries - PSMA Administrative Boundaries GeoJSON
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@j13k
j13k / prime_wordpress_website_cache.sh
Created November 21, 2022 08:08
Primes a WordPress website cache by crawling each resource linked in sitemap.xml.
#!/usr/bin/env bash
set -o errexit
set -o nounset
set -o pipefail
if [[ "${TRACE-0}" == "1" ]]; then
set -o xtrace
fi
usage() {