projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a082c58
)
debugging
author
Chris Koeritz
<fred@gruntose.com>
Sun, 15 Apr 2012 17:58:47 +0000
(13:58 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Sun, 15 Apr 2012 17:58:47 +0000
(13:58 -0400)
scripts/multimedia/play_random.sh
patch
|
blob
|
history
diff --git
a/scripts/multimedia/play_random.sh
b/scripts/multimedia/play_random.sh
index b2e824fc19216bb203b3a01c0330ae98498215d5..7ea0a6cf2ecc5d3319ef9f28d99d66f091796338 100644
(file)
--- a/
scripts/multimedia/play_random.sh
+++ b/
scripts/multimedia/play_random.sh
@@
-13,7
+13,7
@@
if [ ! -z "$grunty" ]; then
VOXDIR=/z/walrus/media/sounds
#hmmm: generalize the above.
FILE_LIST=$(find $VOXDIR -type f)
-
#
echo "file list is $FILE_LIST"
+echo "file list is $FILE_LIST"
LINES=$(find $VOXDIR -type f | wc -l)
#echo "lines is $LINES"
LESS_CHANCE=$(expr $LINES \\* 4)
@@
-25,7
+25,7
@@
if [ ! -z "$grunty" ]; then
done
# now play the file
- bash $FEISTY_MEOW_SCRIPTS/sound_play.sh $TO_PLAY
+ bash $FEISTY_MEOW_SCRIPTS/
multimedia/
sound_play.sh $TO_PLAY
fi