9 lines
106 B
Bash
Executable file
9 lines
106 B
Bash
Executable file
#!/bin/bash
|
|
|
|
ant clean
|
|
ant release
|
|
screen -S hal -L -d -m ant run
|
|
|
|
echo "-----------------"
|
|
screen -list
|
|
|