From 6c84566aad08dcfd49482e07543487ece4e23261 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 8 Feb 2025 17:17:30 +0100 Subject: Add asis and nasis options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- sshexec.1 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'sshexec.1') diff --git a/sshexec.1 b/sshexec.1 index d18635d..e824cb5 100644 --- a/sshexec.1 +++ b/sshexec.1 @@ -10,6 +10,8 @@ sshexec - run a command through ssh(1) with normal command syntax .RI [\fBdir=\fP directory ] .RB [ cd= ( strict | lax )] .RB [[\fIfd\fP]{ > , >> , >| , < , <> }[ & ] = \fIfile\fP] +.RB [ asis= \fIasis-marker\fP +.RB [ nasis= \fIasis-count\fP]] .BR } ] .RI [ ssh-option ]\ ...\, .I destination @@ -206,6 +208,24 @@ Close the file descriptor (Default .I fd is 0 (standard input).) +.TP +.BI asis= asis-marker +Any +.I argument +equal to +.I asis-marker +will be skipped over and instead the next argument +(regardless of whether it to is equal to +.IR asis-marker ) +will be interpreted as raw shell code string that +shall be inserted without escaping. +.TP +.BI masis= asis-count +If specified, +.I asis-marker +shall only have it's specified affect up to +.I asis-count +times. .SH OPERANDS The following operands are supported: -- cgit v1.2.3-70-g09d2