Skip to content

Commit 7ca4731

Browse files
authored
test
1 parent c43250c commit 7ca4731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check_urls.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -x
99

1010
ua='Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36'
1111
accept_hdr='text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'
12-
url='<<PUT_YOUR_URL_HERE>>'
12+
url='https://wiki.mozilla.org/Abstract_Interpretation'
1313

1414
curl -s -o /dev/null -w '%{http_code}\n' -L "$url"
1515

0 commit comments

Comments
 (0)