BachelorThesis/autostart.sh
2022-05-26 21:30:44 +00:00

8 lines
161 B
Bash

#!/bin/bash
PORT=32500
server_path="/home/pi/Desktop/BachelorThesis/server"
cfg_path="/home/pi/Desktop/BachelorThesis/config.txt"
$server_path $PORT $cfg_path