mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 14:14:54 +08:00
5 lines
120 B
Bash
Executable File
5 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
source ../../../../venv/bin/activate
|
|
rm ~/.tmp/dev/*.py > /dev/null 2>&1
|
|
python ../../scanner.py ~/.tmp/dev
|