diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-04-13 09:24:47 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-04-13 09:24:47 +0200 |
| commit | ae055f1fc993d406939f57f11553d218e1efde82 (patch) | |
| tree | 4a9e03d6eb9afc38cfd7e1735f7b70f17bdcf0d3 /utils/mirror.sh | |
| parent | 72e018b066bd5cc3ce0181b43865a227e8b9b6ec (diff) | |
| download | cubecore-ae055f1fc993d406939f57f11553d218e1efde82.tar.gz cubecore-ae055f1fc993d406939f57f11553d218e1efde82.zip | |
Simplified moves and trans
Diffstat (limited to 'utils/mirror.sh')
| -rwxr-xr-x | utils/mirror.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/mirror.sh b/utils/mirror.sh new file mode 100755 index 0000000..41a434f --- /dev/null +++ b/utils/mirror.sh | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | tr 'LR' 'RL' | ||
