from local

This commit is contained in:
dohe0342 2023-03-15 02:26:12 +09:00
parent 0caf98e1b0
commit 906912a9d7
2 changed files with 1 additions and 3 deletions

Binary file not shown.

View File

@ -4,8 +4,6 @@ for dest in "test-clean" "test-other"; do
for spk in $dl_dir/$dest/*; do
spk_id=${spk#*$dest\/}
echo $spk_id
if [ $spk_id -ne 1089 ]; then
./test.sh $spk_id
fi
done
done