Dnomd343
2 years ago
2 changed files with 6 additions and 9 deletions
@ -0,0 +1,6 @@ |
|||||
|
#!/usr/bin/env bash |
||||
|
|
||||
|
cd `dirname $0` |
||||
|
|
||||
|
diff <(xz -cdk ./archive/catalog.json.xz | jq .) <(cat ./data/catalog.json | jq .) |
||||
|
diff <(xz -cdk ./archive/xxrs.json.xz | jq .) <(cat ./data/xxrs.json | jq .) |
Loading…
Reference in new issue