mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-07-29 11:47:47 +00:00
4 lines
56 B
Bash
4 lines
56 B
Bash
|
|
#!/bin/bash
|
||
|
|
cd "$(dirname "$0")/../src"
|
||
|
|
python3 main.py
|