add patch
This commit is contained in:
18
scpt/src/is/syu/main.zsh
Normal file
18
scpt/src/is/syu/main.zsh
Normal file
@@ -0,0 +1,18 @@
|
||||
#!/bin/zsh
|
||||
|
||||
function self-col(){
|
||||
if [ -n "$1" ];then
|
||||
t=`curl -sL "$pds/xrpc/com.atproto.repo.listRecords?repo=$handle&collection=$1"`
|
||||
echo $t|jq .
|
||||
exit
|
||||
fi
|
||||
col=(
|
||||
ai.syui.game
|
||||
ai.syui.system
|
||||
)
|
||||
e=${col[@]: -1}
|
||||
for i in $col; do
|
||||
t=`curl -sL "$pds/xrpc/com.atproto.repo.listRecords?repo=$handle&collection=$i"`
|
||||
echo $t|jq .
|
||||
done
|
||||
}
|
||||
Reference in New Issue
Block a user