from local

This commit is contained in:
dohe0342 2023-04-07 10:20:51 +09:00
parent 1fb4a677fd
commit fc7933191a
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -5,6 +5,6 @@ for dest in "teat-clean" "test-othr"; do
for spk in $dl_dir/$dest/*; do
spk_id=${spk#*$dest\/}
echo $spk_id
./test.sh $spk_id
#./test.sh $spk_id
done
done