aboutsummaryrefslogtreecommitdiffstats
path: root/doc/einhyrningsinsctl.1.ronn
blob: 37e8d708655faead8a05b0f0f74786ed8e32db6a (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
26
27
28
29
30
31
32
33
34
35
36
einhyrningsinsctl(1) -- control of einhyrningsins
=================================================

## SYNOPSIS

`einhyrningsinsctl` [<OPTIONS>] [-e <CMD>]

## DESCRIPTION

`Einhyrningsinsctl` is a shell client for einhyrningsins(1), which connects to
a control socket (UNIX domain socket) and either sends a single command (via
`-e`) or acts as an interactive shell.

For a list of valid commands, start in shell mode and run `help`.

 * `-e`, `--execute` <CMD>:
   Instead of starting a shell, just execute the CMD.

 * `-d`, `--socket-path` <PATH>:
   Where to look for the control socket (a UNIX domain socket).
   Defaults to `/tmp/einhorn.sock`.

 * `-h`, `--help`:
   Summary of options (of course)

 * `--version`:
   Prints version number

## COPYRIGHT
Copyright 2016  Bryan Newbold
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it. There is NO
WARRANTY, to the extent permitted by law.

## SEE ALSO
einhorn(1), einhyrningsins(1)