changeset 4566:1b161db44445

<fizzie> 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
author HackBot
date Tue, 15 Apr 2014 10:28:33 +0000
parents 3ce06cebb5c1
children 7d76048a1045
files bin/8-ball bin/8ball data/8ballreplies share/8ballreplies
diffstat 4 files changed, 22 insertions(+), 22 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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
--- 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
--- /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