mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-14 01:37:08 +08:00
5 lines
98 B
Bash
5 lines
98 B
Bash
#!/bin/bash
|
|
source ../../../../venv/bin/activate
|
|
rm .tmp/*.py > /dev/null
|
|
python ../../scanner.py
|