chore: gpg test

This commit is contained in:
2025-12-14 01:13:13 +03:00
parent cd01167b9c
commit 79157cbe7e
3 changed files with 5 additions and 5 deletions

3
tmp.sh
View File

@@ -14,12 +14,11 @@
# ./req.sh device-params-v2 2025072900000083 > ./tmp/2025072900000083.json
# ./req.sh device-params-v2 2025072900000086 > ./tmp/2025072900000086.json
DIR=./tmp7
DIR=./tmp8
f() {
./req.sh device-params-v2 $1 > $DIR/$1.json
echo "$1 -- $(cat $DIR/$1.json | jq '.system.reg_number') -- $(cat $DIR/$1.json | jq '.version')"
}
mkdir -p $DIR