aboutsummaryrefslogtreecommitdiffstats
path: root/examples/rot13.sh
blob: 33233cfc1ef0c9f6b809ae50808c3153d8cd3ccc (plain) (blame)
1
2
3
#!/bin/sh
grep --line-buffered ^_ \
  | stdbuf -oL tr 'a-z' 'n-za-m'