From 81dfdb2cb17607ce1b437a5e5ea6576bbf3ae8d4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 17 Apr 2009 20:09:25 +0200 Subject: Added manual to perl file --- bin/envstore | 40 +++++++++++++++++++++++++++++++++++++ man/1/envstore | 63 ---------------------------------------------------------- 2 files changed, 40 insertions(+), 63 deletions(-) delete mode 100644 man/1/envstore diff --git a/bin/envstore b/bin/envstore index 289777b..5c27b22 100755 --- a/bin/envstore +++ b/bin/envstore @@ -92,3 +92,43 @@ if ($action eq 'save') { print STDERR "Usage: envstore [args]\n"; exit(1); } +__END__ + +=head1 NAME + +envstore - save and restore environment variables + +=head1 SYNOPSIS + +B I [ I ] + +=head1 DESCRIPTION + +envstore can safe and restore environment variables, thus transferring them +between different shells. + +I must be one of + +=over + +=item B + +Forget all stored variables + +=item B + +Produce shell code for evaluation, restoring all saved variables + +=item B I[=I] + +Save I either with it's current shell value or with I + +=item B + +List saved variables in better readable format + +=item B I + +Remove I from store + +=back diff --git a/man/1/envstore b/man/1/envstore deleted file mode 100644 index 67d44ff..0000000 --- a/man/1/envstore +++ /dev/null @@ -1,63 +0,0 @@ -=pod - -=head1 NAME - -envstore - save and restore environment variables - -=head1 SYNOPSIS - -B I [ I ] - -=head1 DESCRIPTION - -envstore can safe and restore environment variables, thus transferring them -between different shells - -I must be one of - -=over - -=item B - -Forget all stored variables - -=item B - -Produce shell code for evaluation, restoring all saved variables - -=item B I[=I] - -Save I either with it's current shell value or with I - -=item B - -List saved variables in better readable format - -=item B I - -Remove I from store - -=back - -=head1 FILES - -=over - -=item FI - -Contains the stored variables in a python database (pickle) format - -=item FI - -Contains the stored variables as plain text, like the output of 'eval'. -May be used for inclusion in shell startup files. - -=back - -=head1 AUTHOR - -Maximilian Gass - -=cut - -vim:ft=pod -- cgit v1.2.3