matterhorn-40400.0.0: scripts/rot13
#!/bin/bash -e # This should be a reasonably portable ROT-13-izer across Unixes tr '[A-Za-z]' '[N-ZA-Mn-za-m]'
#!/bin/bash -e # This should be a reasonably portable ROT-13-izer across Unixes tr '[A-Za-z]' '[N-ZA-Mn-za-m]'