Advertisement
Guest User

Untitled

a guest
Nov 19th, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.24 KB | None | 0 0
  1. e=of\ beer
  2. d="Take one down and pass it around"
  3. c=" on the wall"
  4. b=" bottles "
  5. f=$b
  6. for n in {99..2};{
  7. ((n==2))&&f=${f/s}
  8. echo "$n$b$e$c, $n$b$e.
  9. $d, $[n-1]$f$e$c.
  10. "
  11. }
  12. echo "1$f$e$c, 1$f$e.
  13. Go to the store and buy some more, 99$b$e$c."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement