2019-08-01 20:20:13 +00:00
|
|
|
.TH envs 1 "9 June 2019" "v0.0.1"
|
2019-07-29 19:20:14 +00:00
|
|
|
.SH NAME
|
|
|
|
envs \- user script wrapper and submission tool
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B envs [options] (scriptname)
|
|
|
|
.P
|
|
|
|
.SH DESRIPTION
|
|
|
|
.B envs
|
|
|
|
is a wrapper around user-submitted scripts.
|
|
|
|
any accepted script in /envs/bin can be run with
|
|
|
|
the wrapper feature.
|
|
|
|
|
|
|
|
users can submit any script in their ~/bin directory
|
|
|
|
which will be mailed to admins for review.
|
|
|
|
.SH USAGE
|
|
|
|
.TP
|
|
|
|
.B envs list
|
|
|
|
List all available scripts in /envs/bin
|
|
|
|
.TP
|
|
|
|
.B envs [scriptname]
|
|
|
|
Run scriptname.
|
|
|
|
.TP
|
|
|
|
.B envs submit
|
|
|
|
Submit a script from your ~/bin directory
|
|
|
|
.TP
|
|
|
|
.B envs about [scriptname]
|
|
|
|
Get the submitter's description for a script.
|
|
|
|
.SH DEPENDENCIES
|
|
|
|
None.
|
|
|
|
.SH BUGS
|
2019-07-29 20:41:24 +00:00
|
|
|
None known. Please submit to https://github.com/envs-net/envs_launcher/issues
|
2019-07-29 19:20:14 +00:00
|
|
|
.SH AUTHOR
|
2019-08-01 20:20:13 +00:00
|
|
|
Ben Harris <creme (at) envs (dot) net>
|