You've already forked ComfyUI-Manager
mirror of
https://github.com/ltdrdata/ComfyUI-Manager.git
synced 2026-01-27 22:42:50 +03:00
4 lines
83 B
Bash
Executable File
4 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
rm ~/.tmp/dev/*.py > /dev/null 2>&1
|
|
python ../../scanner.py ~/.tmp/dev
|