hal/run.sh
Ziver Koc 53ce5c0dce Linux fixes and updated run script to run main server
Former-commit-id: 8863d1403995e9ff8d7754928a60b32ed00ba9eb
2016-01-04 23:04:00 +01:00

10 lines
259 B
Bash
Executable file

#!/bin/bash
#screen -S hal -L -d -m \
# java -cp sqlite-jdbc-3.7.2.jar:jSerialComm-1.3.4.jar:hal.jar:. se.koc.hal.plugin.tellstick.TelstickSerialCommTest
#ant clean
ant build
screen -S hal -L -d -m ant run-main-server
echo "-----------------"
screen -list