Skip to content

Commit f7fa3c0

Browse files
committed
fix sh scripts
1 parent b80e4c6 commit f7fa3c0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

aishell4/setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
echo "Downloading ..."
5-
wget c "https://www.openslr.org/resources/111/train_L.tar.gz"
5+
wget -c "https://www.openslr.org/resources/111/train_L.tar.gz"
66
wget -c "https://www.openslr.org/resources/111/train_M.tar.gz"
77
wget -c "https://www.openslr.org/resources/111/train_S.tar.gz"
88
wget -c "https://www.openslr.org/resources/111/test.tar.gz"

msdwild/setup.sh

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# echo "Extracting msdwild_wavs.zip"
2-
# unzip msdwild_wavs.zip -d .
1+
#!/bin/bash
2+
3+
echo "Extracting msdwild_wavs.zip"
4+
unzip msdwild_wavs.zip -d .
35

46
echo "Downloading RTTMs"
57
wget -nc "https://github.com/X-LANCE/MSDWILD/raw/master/rttms/all.rttm"

0 commit comments

Comments
 (0)