blob: 49920a6888f11a6cf301fd9b84e7eda33e1ea77e (
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
|
.\" Written by Tristan Riehs.
.\" This file is part of repeat and is licensed under the MIT License.
.TH rpt 1 2023-09-27
.SH NAME
rpt \- repeat a shell command
.SH SYNOPSIS
.B rpt
.SH DESCRIPTION
.SH OPTIONS
.SH "EXIT STATUS"
.1 Invalid option.
.2 Error while reading
.IR COUNT .
.3
.I COMMAND
not provided.
.SH FILES
None.
.SH "SEE ALSO"
.BR seq (1)
.SH BUGS
Please report bugs at
.IR https://gitlab.com/tristanriehs/repeat .
.SH AUTHOR
Tristan Riehs <tristanriehs@gmail.com>
|