update DB

This commit is contained in:
Dr.Lt.Data
2024-06-11 17:32:17 +09:00
parent e2cc1a9790
commit b2940a808a
7 changed files with 219 additions and 69 deletions

View File

@@ -1,5 +1,8 @@
#!/bin/bash
echo
echo CHECK1
files=(
"custom-node-list.json"
"model-list.json"
@@ -26,3 +29,14 @@ files=(
for file in "${files[@]}"; do
python json-checker.py "$file"
done
echo
echo CHECK2
find ~/.tmp/default -name "*.py" -print0 | xargs -0 grep "crypto"
echo
echo CHECK3
find ~/.tmp/default -name "requirements.txt" | xargs grep "^\s*https\\?:"
find ~/.tmp/default -name "requirements.txt" | xargs grep "\.whl"
echo