From a9f38097bd9bf8af9bed3b4512618543a4330668 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 24 Jan 2021 12:30:42 -0700 Subject: gmi2email: comment with shell snippet Signed-off-by: Sean Whitton --- gmi2email | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gmi2email') diff --git a/gmi2email b/gmi2email index 8510643..9cff323 100755 --- a/gmi2email +++ b/gmi2email @@ -17,6 +17,14 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# TESTING/DEVEL +# +# To forget about seen entries of a feed: +# +# % perl -MDBI +# -we'DBI->connect("dbi:SQLite:dbname=$ENV{HOME}/.cache/mailscripts/gmi2email.db", +# "", "")->do("DELETE FROM seen WHERE uri LIKE \"gemini://example.com/%\"")' + use 5.028; use strict; use warnings; -- cgit v1.2.3