added run script

Former-commit-id: be675da729024872eef85cd98fbad22996fc4c65
This commit is contained in:
Ziver Koc 2015-12-19 13:59:45 +01:00
parent 4e283b750a
commit 3f579bdf63
2 changed files with 11 additions and 0 deletions

10
run.sh Executable file
View file

@ -0,0 +1,10 @@
#!/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-remote-sensor
echo "-----------------"
screen -list