added run script
Former-commit-id: be675da729024872eef85cd98fbad22996fc4c65
This commit is contained in:
parent
4e283b750a
commit
3f579bdf63
2 changed files with 11 additions and 0 deletions
10
run.sh
Executable file
10
run.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue