aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-24 15:44:57 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-24 15:44:57 +1200
commitb876026fac472469388edd2b696e3103ddf911c4 (patch)
tree4d813a187fae20f8b023e5f0bceb87aa645c0d8c /games
parentAdd manual page for zs(6) in new section 6 (diff)
downloaddotfiles-b876026fac472469388edd2b696e3103ddf911c4.tar.gz
dotfiles-b876026fac472469388edd2b696e3103ddf911c4.zip
Separate games out into own directory/targets
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