Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F7112929
test-until-fail.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
230 B
Referenced Files
None
Subscribers
None
test-until-fail.sh
View Options
#!/usr/bin/env bash
cd
webhint
while
true
;
do
wget
localhost:8080/all-components
--output-document
./output.html
npx
hint
--config
../hintrc.local.json
./output.html
if
[
"
$?
"
!
=
0
]
;
then
exit
1
;
fi
;
done
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Fri, Jul 4, 07:47 (4 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
656935
Default Alt Text
test-until-fail.sh (230 B)
Attached To
Mode
rREWRITE Configurable rewriter
Attached
Detach File
Event Timeline
Log In to Comment