aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-09 21:28:10 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-09 21:28:10 +1200
commit6f91b67cf342c6a849b7d93d24924e80f1b7d714 (patch)
tree9c83ae62cc75df394fcf1a40d43d10a47461849f /games
parentEnable PKA for Mutt crypt, disable autodecode (diff)
downloaddotfiles-6f91b67cf342c6a849b7d93d24924e80f1b7d714.tar.gz
dotfiles-6f91b67cf342c6a849b7d93d24924e80f1b7d714.zip
Add rot13(6df)
Diffstat (limited to 'games')
-rwxr-xr-xgames/rot13.sed3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/rot13.sed b/games/rot13.sed
new file mode 100755
index 00000000..7fb8fac9
--- /dev/null
+++ b/games/rot13.sed
@@ -0,0 +1,3 @@
+# Latin ROT-13 cipher
+y/abcdefghijklmnopqrstuvwxyz/nopqrstuvwxyzabcdefghijklm/
+y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/NOPQRSTUVWXYZABCDEFGHIJKLM/