aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-14 17:36:57 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-14 17:36:57 +1200
commitf83a7c601046acd48fb4b05377f8bc3a19b41b61 (patch)
tree1e31b21ea859e3a5829172c84126292f8f1afb2d /bin
parentUse more accurate recipe for bash/sh detection (diff)
downloaddotfiles-f83a7c601046acd48fb4b05377f8bc3a19b41b61.tar.gz
dotfiles-f83a7c601046acd48fb4b05377f8bc3a19b41b61.zip
Filter to change s into zs
Diffstat (limited to 'bin')
-rwxr-xr-xbin/zs5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/zs b/bin/zs
new file mode 100755
index 00000000..4a36f99a
--- /dev/null
+++ b/bin/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