aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rwxr-xr-xgames/zs5
1 files changed, 5 insertions, 0 deletions
diff --git a/games/zs b/games/zs
new file mode 100755
index 00000000..4a36f99a
--- /dev/null
+++ b/games/zs
@@ -0,0 +1,5 @@
+#!/bin/sed -f
+# Prepend z appropriately to occurrences of s, in order to make fun of bezrend
+s,s,zs,g
+s,S\([a-z]\),Zs\1,g
+s,S,ZS,g