4 lines
82 B
Bash
4 lines
82 B
Bash
|
|
#!/bin/bash
|
||
|
|
cd /home/xian/.openclaw/common/projects/llm-proxy
|
||
|
|
exec python3 app.py
|