#!/bin/bash
echo ENCRYPT/DECRYPT ROT47:
read X
echo "$X" | tr '[\!-~]' '[P-~\!-O]'
read -n1
