We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43250c commit 7ca4731Copy full SHA for 7ca4731
scripts/check_urls.sh
@@ -9,7 +9,7 @@ set -x
9
10
ua='Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36'
11
accept_hdr='text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'
12
-url='<<PUT_YOUR_URL_HERE>>'
+url='https://wiki.mozilla.org/Abstract_Interpretation'
13
14
curl -s -o /dev/null -w '%{http_code}\n' -L "$url"
15
0 commit comments