4 lines
85 B
Bash
4 lines
85 B
Bash
|
|
#!/bin/bash
|
||
|
|
cd /root/.openclaw/workspace/city-manual/backend
|
||
|
|
python3 manage.py check
|