# HG changeset patch # User HackBot # Date 1462581459 0 # Node ID bb911493ba6186b92fe5275ba08124aff42cc6fe # Parent fe97d1a3806b7ed6a9f1e7b1033cff30d8e55021 ` mv junk/99 src/99.sh diff -r fe97d1a3806b -r bb911493ba61 junk/99 --- a/junk/99 Sat May 07 00:36:39 2016 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -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};{ -echo "${a[i]^} $w, ${a[i]}. -${x[!i]}, ${a[i-1]} $w." -}|tr + \ \ No newline at end of file diff -r fe97d1a3806b -r bb911493ba61 src/99.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/99.sh Sat May 07 00:37:39 2016 +0000 @@ -0,0 +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};{ +echo "${a[i]^} $w, ${a[i]}. +${x[!i]}, ${a[i-1]} $w." +}|tr + \ \ No newline at end of file