mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-15 01:27:05 +08:00
5 lines
98 B
Bash
Executable File
5 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
source ../../../../venv/bin/activate
|
|
rm .tmp/*.py > /dev/null
|
|
python ../../scanner.py
|