fix
This commit is contained in:
parent
8f62e47aa1
commit
14dee0d584
6
at.zsh
6
at.zsh
@ -1,5 +1,10 @@
|
|||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
|
|
||||||
|
help=(
|
||||||
|
at.zsh d handle
|
||||||
|
at.zsh u at-uri
|
||||||
|
)
|
||||||
|
|
||||||
host=(
|
host=(
|
||||||
bsky.social
|
bsky.social
|
||||||
public.api.bsky.app
|
public.api.bsky.app
|
||||||
@ -50,6 +55,7 @@ case $1 in
|
|||||||
at-did-search $2
|
at-did-search $2
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
echo "${help[@]}"
|
||||||
echo "${host[@]}"
|
echo "${host[@]}"
|
||||||
echo "${lexicon[@]}"
|
echo "${lexicon[@]}"
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user