mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-14 06:57:06 +08:00
4 lines
83 B
Bash
4 lines
83 B
Bash
#!/bin/bash
|
|
rm ~/.tmp/dev/*.py > /dev/null 2>&1
|
|
python ../../scanner.py ~/.tmp/dev
|