BachelorThesis/autostart.sh

8 lines
145 B
Bash
Raw Normal View History

2022-05-20 10:25:09 +00:00
#!/bin/bash
PORT=32500
server_path="/home/pi/Desktop/TestBP/server"
cfg_path="/home/pi/Desktop/TestBP/config.txt"
$server_path $PORT $cfg_path