mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-08 21:54:26 +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
|