#!/bin/bash
# tasty-licious `tr` version :-)
# das301 (being bloody minded)
tr 'a-zA-Z' 'n-za-mN-ZA-M'
