scripts

random scripts
git clone https://git.parazyd.org/scripts
Log | Files | Refs

rot13 (38B)


      1 #!/bin/sh
      2 
      3 tr 'A-Za-z' 'N-ZA-Mn-za-m'