From 25413c300d6bf604112d5d73d50c8ed307040d54 Mon Sep 17 00:00:00 2001 From: DrNuget Date: Tue, 18 Nov 2025 23:38:15 +0200 Subject: ROT cut first space from output --- scripts/rot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rot b/scripts/rot index aae6ec8..636897c 100755 --- a/scripts/rot +++ b/scripts/rot @@ -36,7 +36,7 @@ BEGIN { { result=""; split($0, chars, ""); - for (i=1;i<=length($0);i++) { + for (i=2;i<=length($0);i++) { if (chars[i] in cipher_map) { result=result cipher_map[chars[i]]; } -- cgit v1.2.3