summaryrefslogtreecommitdiff
path: root/man/1/envify
blob: a8f5c00693189cf88a08cd9225a260b2d9396e71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.Dd December 1, 2009
.Dt ENVIFY 1
.Os
.Sh NAME
.Nm envify
.Nd execute a command in the environment saved with envstore
.Sh SYNOPSIS
.Nm
.Ar command
.Op Ar args ...
.Sh DESCRIPTION
.Nm
loads the environment saved by
.Nm envstore
and then executes
.Ar command .
.Pp
Any arguments specified afterwards will be passed to the command
(as one would expect).
.Sh LIMITATIONS
The
.Xr envstore 1
limitations for null bytes apply here as well.
.Sh SEE ALSO
.Xr envstore 1