Skip to content

Commit dbd1ace

Browse files
committed
placate snap-installed htmlq
snap packages by default don't have access to filesystem. Not sure how to configure snap to grant that access, so instead pipe via stdin...
1 parent bdcbc75 commit dbd1ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/hwc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
htmlq -t -f $1 article | wc -c
3+
cat $1 | htmlq -t article | wc -c

0 commit comments

Comments
 (0)