aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-28 13:12:48 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-28 13:12:48 +1200
commit94ba4bca510ed1616036604d1a4880409f6003fc (patch)
tree67f998871101f80067aeb2017eaa7f1c7096487b /games
parentQuote heredoc string in edda(1) (diff)
downloaddotfiles-94ba4bca510ed1616036604d1a4880409f6003fc.tar.gz
dotfiles-94ba4bca510ed1616036604d1a4880409f6003fc.zip
Add rule for kvlt(6) to change numbers to 666
Diffstat (limited to 'games')
-rwxr-xr-xgames/kvlt3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/kvlt b/games/kvlt
index 31f5e196..e10b0f9d 100755
--- a/games/kvlt
+++ b/games/kvlt
@@ -67,6 +67,9 @@ s,\([^A-Z]\)AND\([^A-Z]\),\1VND\2,g
# TRUE -> TRV
s,\([^A-Z]\)TRUE\([^A-Z]\),\1TRV\2,g
+# All numbers become 666
+s,[0-9][0-9]*,666,g
+
# Remove the padding established above
s/^~//
s/~$//