diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-22 12:49:20 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-22 12:49:20 +0200 |
| commit | 259c7326f78d5495f5dc51c619932599a5279f68 (patch) | |
| tree | a78e2b9d9624014dac5405c5e26266bf27321101 /utils/mirror.sh | |
| parent | 0032089b5c7dedf057c60fcee17cbdd2b0f8bb87 (diff) | |
| download | nissy-core-259c7326f78d5495f5dc51c619932599a5279f68.tar.gz nissy-core-259c7326f78d5495f5dc51c619932599a5279f68.zip | |
Progess with transformation implementation
Diffstat (limited to 'utils/mirror.sh')
| -rwxr-xr-x | utils/mirror.sh | 2 |
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 | ||
| 3 | sed 's/R/l/g ; s/L/R/g ; s/l/L/g' | 3 | tr 'LR' 'RL' |
