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