explorerbot/bin/start_client.sh
2014-03-16 12:43:55 +01:00

7 lines
195 B
Bash
Executable File

#!/bin/sh
# Starts the explorerbot's client.
# Usage: start_server [ipaddress]
# Example: start_server 192.168.0.35
java -Djava.library.path="./explorerbot_lib/" -jar explorerbot.jar client $1