Add files via upload

This commit is contained in:
MatMasIt
2021-10-06 17:50:47 +02:00
committed by GitHub
commit 3fd4e0182a
7 changed files with 211 additions and 0 deletions

18
ropipe.1 Normal file
View File

@ -0,0 +1,18 @@
.TH ROPIPE 1 "06 October 2021"
.SH NAME
ropipe - Convert roman numbers to integers and vice-versa in pipes
.SH SYNOPSIS
ropipe [ -r ]
.SH DESCRIPTION
Ropipe converts decimal integers to roman numbers and vice versa, reading from stdin and printing to stdout, it is meant to primarily be used in pipes.
Default is integer to roman.
.SS Options
.TP
-r
Roman to integer. Integer to roman is the default.
.SH FILES
.TP
/usr/bin/ropipe
The program
.SH BUGS
Send bug reports at https://github.com/MatMasIt/ropipe