mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-17 12:58:07 +00:00
4 lines
64 B
Bash
4 lines
64 B
Bash
#!/bin/bash
|
|
cd "$(dirname "$0")/../src"
|
|
python3 main.py --watch
|