show die-status in the stats list

This commit is contained in:
2019-07-08 11:39:38 +03:00
parent 62a22639b1
commit da5c54017c
2 changed files with 7 additions and 4 deletions

View File

@@ -42,6 +42,9 @@ while true; do
# failed
#_ssh bin/ssh-kill $USER@$HOSTNAME $port || true
}
sleep 10
for i in {1..10}; do
sleep 1
printf " $i\r"
done
done
kill %1