From: Chris Koeritz Date: Sun, 15 Apr 2012 17:58:47 +0000 (-0400) Subject: debugging X-Git-Tag: 2.140.90~1419 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=9b4348bbfe865766bfec5c8a355f4ac39a2362d2;hp=a082c581151cfa57678eb8f585dbda2ce28b83e3;p=feisty_meow.git debugging --- diff --git a/scripts/multimedia/play_random.sh b/scripts/multimedia/play_random.sh index b2e824fc..7ea0a6cf 100644 --- 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