Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hncomments
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
# Name of file in which to store the timestamp of the last comment downloaded
f="$HOME/.hnlast"

# The query string to be found in comments (e.g. q="cloudflare")
# The query string to be found in comments (e.g., q="cloudflare")
q=""

# Email to send found comments to (e.g. e="[email protected]")
# Email to send found comments to (e.g., e="[email protected]")
e=""

if [ -e $f ] ; then
Expand Down