changeset 4564:69357a738605

<fizzie> mkdir data; mv 8ballreplies data/; sed -i -e \'s|8ballreplies|data/8ballreplies|\' bin/8ball # let\'s keep the /hackenv clean and tidy, everybody
author HackBot
date Tue, 15 Apr 2014 10:24:07 +0000
parents d73f4abb5ee2
children 3ce06cebb5c1
files 8ballreplies bin/8ball data/8ballreplies
diffstat 3 files changed, 21 insertions(+), 21 deletions(-) [+]
line wrap: on
line diff
--- a/8ballreplies	Tue Apr 15 10:21:51 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
--- a/bin/8ball	Tue Apr 15 10:21:51 2014 +0000
+++ b/bin/8ball	Tue Apr 15 10:24:07 2014 +0000
@@ -1,2 +1,2 @@
 #!/bin/sh
-shuf -n 1 8ballreplies
+shuf -n 1 data/8ballreplies
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/data/8ballreplies	Tue Apr 15 10:24:07 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