A set of utilities for working with the AT Protocol in Elixir.
at main 303 B view raw
1#!/usr/bin/env bash 2 3set -euo pipefail 4 5SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" 6cd "$SCRIPT_DIR" 7 8mkdir -p ./tmp 9git clone --depth 1 --single-branch https://github.com/bluesky-social/atproto.git ./tmp/atproto 10mix atex.lexicons ./tmp/atproto/lexicons/com/atproto/**/*.json 11rm -rf ./tmp