#!/bin/bash
echo "ENCRYPT/DECRYPT ROT18/ROT13.5:"
read X
echo "$X" | tr '[A-Za-z0-9]' '[N-ZA-Mn-za-m5-90-5]'
read -n1
