-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecho.1
42 lines (42 loc) · 853 Bytes
/
recho.1
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
37
38
39
40
41
42
.\" Generated with Ronnjs 0.3.8
.\" http://github.com/kapouer/ronnjs/
.
.TH "RECHO" "1" "April 2014" "" ""
.
.SH "NAME"
\fBrecho\fR \-\- Echo strings over ssh
.
.SH "SYNOPSIS"
\fBrecho\fR [\-hvV] [ssh_options] [user@]<host> [echo_options] [string]
.
.SH "OPTIONS"
\fB\-v, \-\-verbose\fR enable verbose output
\fB\-h, \-\-help\fR display this message
\fB\-V, \-\-version\fR output version
.
.P
\fB[ssh_options]\fR ssh options
\fB[echo_options]\fR echo options
.
.SH "USAGE"
$ recho somehost\.com biz baz > /srv/womp
.
.SH "AUTHOR"
.
.IP "\(bu" 4
Joseph Werle \fIjoseph\.werle@gmail\.com\fR
.
.IP "" 0
.
.SH "REPORTING BUGS"
.
.IP "\(bu" 4
https://github\.com/jwerle/recho/issues
.
.IP "" 0
.
.SH "SEE ALSO"
\fBssh\fR(1), \fBecho\fR(1)
.
.SH "LICENSE"
MIT (C) Copyright Joseph Werle 2014