Narthex

Modular dictionary generator
git clone git@git.mcdim.xyz:/var/www/git/Narthex.git
Log | Files | Refs | README | LICENSE

commit 8411b120e079e4e21b97e5ec31966b4182652910
parent ca094a8dd0870bc51ae400e1b91585708487935e
Author: Michael Constantine Dimopoulos <mk@mcdim.xyz>
Date:   Wed, 27 Oct 2021 20:54:55 +0000

Updated nrev top comment

Diffstat:
Mrev/nrev.sh | 26++++++++++++++++++++------
1 file changed, 20 insertions(+), 6 deletions(-)

diff --git a/rev/nrev.sh b/rev/nrev.sh @@ -1,13 +1,27 @@ #!/bin/sh +# # nrev - Narthex reverser -# by Michael Constantine Dimopoulos -# https://mcdim.xyz <mk@mcdim.xyz> +# by Michael Constantine Dimopoulos https://mcdim.xyz <mk@mcdim.xyz> +# +# nrev iterates over stdin or a file and, after reprinting the +# dctionary, it will reprint it again but with each line reversed. +# +################### # -# nrev iterates over stdin or a file -# and, after reprinting the diction- -# ary, it will reprint it again but -# with each line reversed. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. + version="1.1"