annotate bin/8ball @ 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 69357a738605
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4562
5b3409e16b9b <b_jonas> echo $\'#!/bin/sh\\nshuf -n 1 8ballreplies\' > bin/8ball
HackBot
parents:
diff changeset
1 #!/bin/sh
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
HackBot
parents: 4564
diff changeset
2 shuf -n 1 share/8ballreplies