mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Add option '--exec <command>' for running shell command
Runs shell command with I/O redirected to device.
This commit is contained in:
parent
545d473220
commit
e75e19eb00
9 changed files with 89 additions and 10 deletions
|
|
@ -358,6 +358,11 @@ Run script on connect once, always, or never.
|
|||
|
||||
Default value is "always".
|
||||
|
||||
.TP
|
||||
.BR "\-\-exec \fI<command>
|
||||
|
||||
Execute shell command with I/O redirected to device
|
||||
|
||||
.TP
|
||||
.BR \-v ", " \-\-version
|
||||
|
||||
|
|
@ -571,6 +576,9 @@ Run script from string
|
|||
Run script from file
|
||||
.IP "\fBscript-run"
|
||||
Run script on connect
|
||||
.IP "\fBexec"
|
||||
Execute shell command with I/O redirected to device
|
||||
|
||||
|
||||
.SH "CONFIGURATION FILE EXAMPLES"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue