aboutsummaryrefslogtreecommitdiffstats
path: root/examples/rot13.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rot13.sh')
-rwxr-xr-xexamples/rot13.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/rot13.sh b/examples/rot13.sh
new file mode 100755
index 0000000..33233cf
--- /dev/null
+++ b/examples/rot13.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+grep --line-buffered ^_ \
+ | stdbuf -oL tr 'a-z' 'n-za-m'