diff options
author | Mattias Andrée <maandree@kth.se> | 2023-11-18 10:04:25 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-11-18 10:04:25 +0100 |
commit | c8dee3ddcc015ac812a298bd2ee2634d9da6fad0 (patch) | |
tree | 69628b0050aa5328714c9a729391ca4de9a0a4b3 /README | |
parent | Add readme (diff) | |
download | sshexec-c8dee3ddcc015ac812a298bd2ee2634d9da6fad0.tar.gz sshexec-c8dee3ddcc015ac812a298bd2ee2634d9da6fad0.tar.bz2 sshexec-c8dee3ddcc015ac812a298bd2ee2634d9da6fad0.tar.xz |
Add synopsis to readme
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ NAME sshexec - run a command through ssh(1) with normal command syntax +SYNOPSIS + sshexec [{ [ssh=ssh-command] [dir=directory] }] [ssh-option] ... + destination command [argument] ... + DESCRIPTION The sshexec utility is a wrapper for SSH that makes it easy to run commands directly in the SSH command. |