From 48ed3eb0891e689b27ce1b0842e560007f6742cb Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Thu, 22 Jun 2023 09:48:56 +0100 Subject: add claws-password script --- scripts/claws-password | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 scripts/claws-password diff --git a/scripts/claws-password b/scripts/claws-password new file mode 100755 index 0000000..e84a104 --- /dev/null +++ b/scripts/claws-password @@ -0,0 +1,8 @@ +#!/usr/bin/env perl +use v5.26; +use strict; +use warnings; +use Config::ClawsMail; + +my $c = Config::ClawsMail->new(); +say $c->password_store->password_for(@ARGV); -- cgit v1.2.3