Spaces:
Runtime error
Runtime error
File size: 118 Bytes
d121c67 |
1 2 3 |
#!/bin/bash
# Run dev server in the background and main.py in the foreground
make -C robot-server dev & python main.py |