changeset 6603:4685c5cd6ab6

<izabera> ` base64 -d <<< H4sIAGN1qVYCAy2NwQ6CMBBE7/2K1XCALDbqjRjO/oA3xKSVNRCxa9oSNLX/LqCnmXmZzOhSs/c9gSrTYBgfbAkTfXb5bpI87KUsiriQiHxDTWQzGEs26FvCUfW9eJXpSd0J2RA2PJocn8o57Dwqy4Np4Mjoeek7P+8r06Ae3uj4QctjJm5soYPOQCgKKbfxEARdW4Z1ElTV1ZcIyZjDL0QpkvCqVpP7o82ungtyLeLHW0A4wxcbDi9T2QAAAA== | zcat > 99
author HackBot
date Thu, 28 Jan 2016 01:58:29 +0000
parents 13cd05e185a7
children d22c0bb441bc
files 99
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/99	Thu Jan 28 01:55:58 2016 +0000
+++ b/99	Thu Jan 28 01:58:29 2016 +0000
@@ -1,7 +1,6 @@
 b=bottle a=({no+more+$b\s,1+$b,{2..99}+$b\s}+of+beer) w=on+the+wall
 x=(Take+one+down,+pass+it+around Go+to+the+store+and+buy+some+more)
-for i in {99..0}
-do
+for i in {99..0};{
 echo "${a[i]^} $w, ${a[i]}.
 ${x[!i]}, ${a[i-1]} $w."
-done|tr + \ 
\ No newline at end of file
+}|tr + \ 
\ No newline at end of file