# HG changeset patch # User HackBot # Date 1397557713 0 # Node ID 1b161db444455f44e05cb0e0535576581f301fa4 # Parent 3ce06cebb5c1d289f4d65e5b58ac11cece8aed12 mv data/8ballreplies share/; sed -i -e \'s/data/share/\' bin/8*ball; rmdir data # going to hit some empty-directory problem again, I\'m sure diff -r 3ce06cebb5c1 -r 1b161db44445 bin/8-ball --- a/bin/8-ball Tue Apr 15 10:26:06 2014 +0000 +++ b/bin/8-ball Tue Apr 15 10:28:33 2014 +0000 @@ -1,2 +1,2 @@ #!/bin/sh -shuf -n 1 data/8ballreplies +shuf -n 1 share/8ballreplies diff -r 3ce06cebb5c1 -r 1b161db44445 bin/8ball --- a/bin/8ball Tue Apr 15 10:26:06 2014 +0000 +++ b/bin/8ball Tue Apr 15 10:28:33 2014 +0000 @@ -1,2 +1,2 @@ #!/bin/sh -shuf -n 1 data/8ballreplies +shuf -n 1 share/8ballreplies diff -r 3ce06cebb5c1 -r 1b161db44445 data/8ballreplies --- a/data/8ballreplies Tue Apr 15 10:26:06 2014 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -It is certain -It is decidedly so -Without a doubt -Yes definitely -You may rely on it -As I see it, yes -Most likely -Outlook good -Yes -Signs point to yes -Reply hazy try again -Ask again later -Better not tell you now -Cannot predict now -Concantrate and ask again -Don't count on it -My reply is no -My sources say no -Outlook not so good -Very doubtful diff -r 3ce06cebb5c1 -r 1b161db44445 share/8ballreplies --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/share/8ballreplies Tue Apr 15 10:28:33 2014 +0000 @@ -0,0 +1,20 @@ +It is certain +It is decidedly so +Without a doubt +Yes definitely +You may rely on it +As I see it, yes +Most likely +Outlook good +Yes +Signs point to yes +Reply hazy try again +Ask again later +Better not tell you now +Cannot predict now +Concantrate and ask again +Don't count on it +My reply is no +My sources say no +Outlook not so good +Very doubtful