#!/usr/bin/env bash
# vim: filetype=sh

set -euo pipefail

out=${DDG_UNSPLASH:?please set DDG_UNSPLASH to client ID}

cat <<JSON
{
  "unsplash-client-id": "${out}"
}
JSON
