aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-05 09:10:48 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-05 09:10:48 +1200
commit9dca294801478364d378fadee2c6e02084415448 (patch)
treeb17f0a0d22222dffd3ce05dc3dcff8ee50b40bd5 /games
parentImplement kvlt(6) in pure sed (diff)
downloaddotfiles-9dca294801478364d378fadee2c6e02084415448.tar.gz
dotfiles-9dca294801478364d378fadee2c6e02084415448.zip
Switch kvlt(6) back to two phases of processing
Diffstat (limited to 'games')
-rwxr-xr-xgames/kvlt5
1 files changed, 4 insertions, 1 deletions
diff --git a/games/kvlt b/games/kvlt
index 8fa4bc4b..4e83a3ad 100755
--- a/games/kvlt
+++ b/games/kvlt
@@ -1,9 +1,12 @@
#!/bin/sed -f
# Type like a young black metal enthusiast
-y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMN0PQRZTVVWXYZ/
+y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/
s,C\([^EH]\),K\1,g
s,CE ,ZE ,g
s,C$,K,g
+s,O,0,g
+s,S,Z,g
+s,U,V,g
s, W, V,g
s,^W,V,g
s,\([A-Z]\)I,\1Y,g