Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Testing if apps is up via cmd line curl

Angelika Ehlers edited this page Sep 18, 2017 · 2 revisions

while true; do curl -I http:/// \ 2>/dev/null | head -n 1 | cut -d$' ' -f2; sleep 1; done

Clone this wiki locally