diff options
author | Gianni Ceccarelli <gianni.ceccarelli@broadbean.com> | 2023-06-22 09:49:56 +0100 |
---|---|---|
committer | Gianni Ceccarelli <gianni.ceccarelli@broadbean.com> | 2023-06-22 09:49:56 +0100 |
commit | e44ab17f87dcc6b420a40bfbb45662e58c5c41ab (patch) | |
tree | 7a34c70dd10bdfb0aa32f5c250b6e6400b0deb8e /scripts | |
parent | add claws-password script (diff) | |
download | config-clawsmail-e44ab17f87dcc6b420a40bfbb45662e58c5c41ab.tar.gz config-clawsmail-e44ab17f87dcc6b420a40bfbb45662e58c5c41ab.tar.bz2 config-clawsmail-e44ab17f87dcc6b420a40bfbb45662e58c5c41ab.zip |
pod the script
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/claws-password | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/claws-password b/scripts/claws-password index e84a104..e16173a 100755 --- a/scripts/claws-password +++ b/scripts/claws-password @@ -2,7 +2,10 @@ use v5.26; use strict; use warnings; +# VERSION use Config::ClawsMail; +# PODNAME: claws-password +# ABSTRACT: print out a cleartext password from claws store my $c = Config::ClawsMail->new(); say $c->password_store->password_for(@ARGV); |