From 259c7326f78d5495f5dc51c619932599a5279f68 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 22 Oct 2023 12:49:20 +0200 Subject: Progess with transformation implementation --- utils/mirror.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/mirror.sh') diff --git a/utils/mirror.sh b/utils/mirror.sh index 57b02d1..41a434f 100755 --- a/utils/mirror.sh +++ b/utils/mirror.sh @@ -1,3 +1,3 @@ #!/bin/sh -sed 's/R/l/g ; s/L/R/g ; s/l/L/g' +tr 'LR' 'RL' -- cgit v1.3