6 lines
83 B
Bash
6 lines
83 B
Bash
#!/bin/bash
|
|
# 启动机械臂服务端
|
|
|
|
cd ~/work/arm_server
|
|
python3 arm_server.py
|