2015-03-28 20:33:17 +01:00
|
|
|
#
|
|
|
|
# this is script executed from /root/main_axe.out binary
|
|
|
|
# after the AXE initialization routine
|
|
|
|
# it is respawned immediately on exit
|
|
|
|
#
|
|
|
|
|
2015-04-09 20:33:19 +02:00
|
|
|
echo | nc 127.0.0.1 1001
|
|
|
|
while test 1; do sleep 999999999; done
|