summaryrefslogtreecommitdiff
path: root/man/1/envify
blob: b8f2dadffe247768d750bb4168b759c16e227fd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.TH ENVIFY 1 "2009-10-29" "Daniel Friesel" "User Commands"
.SH "NAME"
\fBenvify\fR \- execute a command in the environment saved with envstore
.SH "SYNOPSIS"
\fBenvify\fR \fIcommand\fR [ \fIargs\fR... ]
.SH "DESCRIPTION"
\fBenvify\fR loads the environment saved by \fBenvstore\fR and then executes
\fIcommand\fR.
Any arguments specified afterwards will be passed to the command
(as one would expect).
.SH "LIMITATIONS"
The \fIenvstore\fR\|(1) limitations for null bytes apply here as well.
.SH "SEE ALSO"
\fIenvstore\fR\|(1)