run.sh will kill previous hal session
This commit is contained in:
parent
6b13f3527a
commit
f0137b2161
1 changed files with 3 additions and 0 deletions
3
run.sh
3
run.sh
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
ant clean
|
||||
ant release
|
||||
# Kill current session
|
||||
screen -S hal -X kill
|
||||
# Start new session
|
||||
screen -S hal -L -d -m ant run
|
||||
|
||||
echo "-----------------"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue