X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fmultimedia%2Fplay_random.sh;h=7ea0a6cf2ecc5d3319ef9f28d99d66f091796338;hb=8bca8b4404ce2236359f100b97b1d10abb1b94bb;hp=700dff51eb7ed22328c05e9773243e67f54bd91b;hpb=2952ccf47b80174880141a7ecfa122089f349b8d;p=feisty_meow.git diff --git a/scripts/multimedia/play_random.sh b/scripts/multimedia/play_random.sh index 700dff51..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 $SHELLDIR/sound_play.sh $TO_PLAY + bash $FEISTY_MEOW_SCRIPTS/multimedia/sound_play.sh $TO_PLAY fi