diff options
Diffstat (limited to 'man/1')
-rw-r--r-- | man/1/envify | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/man/1/envify b/man/1/envify new file mode 100644 index 0000000..3f57be7 --- /dev/null +++ b/man/1/envify @@ -0,0 +1,21 @@ +=pod + +=head1 NAME + +envify - execute a command in the environment saved with envstore + +=head1 SYNOPSIS + +B<envify> I<command>... + +=head1 DESCRIPTION + +B<envify> loads the environment saved by B<envstore> and then executed I<command>. + +=head1 SEE ALSO + +envstore(1) + +=cut + +vim:ft=pod |