atproto library for bash scripts
atproto bash-atproto

Compare changes

Choose any two refs to compare.

Changed files
+1 -1
+1 -1
bash-atproto.sh
··· 4 # you can change these 5 bap_plcDirectory=https://plc.directory 6 bap_handleResolveURL=https://public.api.bsky.app 7 - bap_curlUserAgent="curl/$(curl -V | awk 'NR==1{print $2}') bash-atproto/2" 8 bap_chmodSecrets=1 9 bap_verbosity=1 10
··· 4 # you can change these 5 bap_plcDirectory=https://plc.directory 6 bap_handleResolveURL=https://public.api.bsky.app 7 + bap_curlUserAgent="curl/$(curl -V | awk 'NR==1{print $2}') bash-atproto/2-$(git -C $(dirname $BASH_SOURCE) -c safe.directory=$(dirname $BASH_SOURCE) describe --always --dirty)" 8 bap_chmodSecrets=1 9 bap_verbosity=1 10