summary history branches tags files
README.qmd
---
format: gfm
engine: knitr
---

# besolve — resolve a bluesky/atproto handle to a `did:plc`

Small Bash script to hit the bsky api (this endpoint does not require auth) to resolve atproto handles to `did:plc` identifiers.

```{bash, error=TRUE}
./besolve.sh
```

```{bash}
./besolve.sh hrbrmstr.dev
```

```{bash}
./besolve.sh @hrbrmstr.dev
```