A library for handling DID identifiers used in Bluesky AT Protocol
at 0.1.0 8 lines 131 B view raw
1#!/usr/bin/env bash 2set -euo pipefail 3IFS=$'\n\t' 4set -vx 5 6bundle install 7 8# Do any other automated setup that you need to do here