From 9b4348bbfe865766bfec5c8a355f4ac39a2362d2 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 15 Apr 2012 13:58:47 -0400 Subject: [PATCH] debugging --- scripts/multimedia/play_random.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1