hal/run.sh

12 lines
171 B
Bash
Executable file

#!/bin/bash
ant clean
ant release
# Kill current session
screen -S hal -X kill
# Start new session
screen -S hal -L -d -m ant run
echo "-----------------"
screen -list