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

Latest commit

 

History

History
8 lines (7 loc) · 178 Bytes

TestingApps.md

File metadata and controls

8 lines (7 loc) · 178 Bytes
ignore
true

Testing if apps is up via cmd line curl

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