aboutsummaryrefslogtreecommitdiff
path: root/utils/mirror.sh
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-10-22 12:49:20 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-10-22 12:49:20 +0200
commit259c7326f78d5495f5dc51c619932599a5279f68 (patch)
treea78e2b9d9624014dac5405c5e26266bf27321101 /utils/mirror.sh
parent0032089b5c7dedf057c60fcee17cbdd2b0f8bb87 (diff)
downloadnissy-core-259c7326f78d5495f5dc51c619932599a5279f68.tar.gz
nissy-core-259c7326f78d5495f5dc51c619932599a5279f68.zip
Progess with transformation implementation
Diffstat (limited to 'utils/mirror.sh')
-rwxr-xr-xutils/mirror.sh2
1 files changed, 1 insertions, 1 deletions
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 @@
1#!/bin/sh 1#!/bin/sh
2 2
3sed 's/R/l/g ; s/L/R/g ; s/l/L/g' 3tr 'LR' 'RL'

Generated with cgit - Back to sebastiano.tronto.net