diff options
author | Tristan Riehs <tristan.riehs@bordeaux-inp.fr> | 2023-09-28 08:08:38 +0200 |
---|---|---|
committer | Tristan Riehs <tristan.riehs@bordeaux-inp.fr> | 2023-09-28 08:08:38 +0200 |
commit | b975b7392606050c1ed83a8cce016f872589ad38 (patch) | |
tree | 5c9e3de082700560d8b99a2436f06e55ed888993 /rpt.1 | |
parent | 434b226d340c284e26569d4dfae4a6cfdf08d483 (diff) |
source moved
Diffstat (limited to 'rpt.1')
-rw-r--r-- | rpt.1 | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -0,0 +1,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> |