mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
8 lines
162 B
Bash
Executable File
8 lines
162 B
Bash
Executable File
#!/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
|