4 lines
102 B
Bash
4 lines
102 B
Bash
#!/bin/bash
|
|
cd /root/.openclaw/workspace/city-manual/backend
|
|
python3 manage.py runserver 0.0.0.0:8000
|