chore: gpg test
This commit is contained in:
3
tmp.sh
3
tmp.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user