changeset 6600:6574ac73ed8a

<izabera> ` base64 -d <<< H4sIAAhyqVYCAy2NQQ6CMBRE9z3F+MNCE2zEHQvWXsCdYtLKJxKx39ASMA13F9DVzLzMZGxhJYSWYYptJCd4ScdILPk0u86axqPWeT7RymaRGpa5ox2GgsQhPBiDaVtSY7Gls3kyxDEqGVyKt/EeTYDppHcVgU6CIOvGh+XIuAq2/8DLi9dr2qlaOjRoHGKea32YVCWK7w8BJdFcmvI2IRlS/MKkVRLHy2Z2f7TPyqWgad45/gLSidNX4AAAAA== | zcat > 99
author HackBot
date Thu, 28 Jan 2016 01:46:05 +0000
parents 1a383e3acdf4
children fcb8d54fff7d
files 99
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/99	Thu Jan 28 01:28:41 2016 +0000
+++ b/99	Thu Jan 28 01:46:05 2016 +0000
@@ -1,6 +1,7 @@
 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
 echo "${a[i]^} $w, ${a[i]}.
-Take one down, pass it around, ${a[i-1]} $w."
+${x[!i]}, ${a[i-1]} $w."
 done
\ No newline at end of file