Advertisement
Guest User

Untitled

a guest
Oct 17th, 2014
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.29 KB | None | 0 0
  1. p=("\033[4"{0..4}"m  ")
  2. p[0]="${p/  /\\n}"
  3. while read -n1 v;do
  4. printf "${p[v]}"
  5. done<<<4441111144440441111111114044222332344404232333233340423223332333042233332222404443333333440442212224444042221221222402222111122220332131131233033311111133303311111111330441114411144042224444222402222444422220
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement