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 e72de07 commit 8de4f48Copy full SHA for 8de4f48
scripts/make-site-digest.sh
@@ -9,5 +9,8 @@ for URL in $(
9
$MANIFEST \
10
| grep -v '^null$')
11
do
12
- md5sum public$URL
+ FILE=public$URL
13
+ # fillet out just the <main> section of the HTML file
14
+ <$FILE htmlq main > $FILE.digest
15
+ md5sum $FILE.digest
16
done > $DIGEST
0 commit comments