4 lines
153 B
Bash
4 lines
153 B
Bash
|
#!/bin/sh
|
||
|
# Starts the explorerbot as server (the one connected to the Arduino and receiving commands from the network
|
||
|
|
||
|
java -jar explorerbot.jar server
|