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