Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2016
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.11 KB | None | 0 0
  1. for i in {0..25};{
  2. printf $(printf %b%b \\`printf %03o $[i+65]` \\`printf %03o $[-~i%26+65]`)%.s {a..m};echo
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement