Skip to content

Commit

Permalink
rot13
Browse files Browse the repository at this point in the history
  • Loading branch information
robmiller committed Oct 19, 2023
1 parent ac55fff commit d6fe688
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/rot13
@@ -0,0 +1,3 @@
#!/bin/sh

cat "$@" | tr 'A-Za-z' 'N-ZA-Mn-za-m'

0 comments on commit d6fe688

Please sign in to comment.