Answers for "bash run until success or timeout"

0

bash run until success or timeout

# http://jeromebelleman.gitlab.io/posts/devops/until/
timeout 12h bash -c 'until ssh root@mynewvm; do sleep 10; done'
Posted by: Guest on April-14-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language