diff options
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' |
