voice-changer/server/fillSlot.sh
2023-08-04 11:09:15 +09:00

4 lines
62 B
Bash

for i in {1..199}; do
cp -r model_dir/0 model_dir/$i
done