mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
6 lines
120 B
Bash
Executable File
6 lines
120 B
Bash
Executable File
for i in {0..10}; do
|
|
spk_id=${spk#*$dest\/}
|
|
echo $spk_id
|
|
./test.sh $spk_id test ## ./test.sh spk_id result_file
|
|
done
|