mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-13 22:27:11 +08:00
8 lines
162 B
Bash
8 lines
162 B
Bash
#!/bin/bash
|
|
rm ~/.tmp/default/*.py > /dev/null 2>&1
|
|
python scanner.py ~/.tmp/default $*
|
|
cp extension-node-map.json node_db/new/.
|
|
|
|
echo Integrity check
|
|
./check.sh
|