From facc57ba71729c6fc968994ba20f1330125181de Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Mon, 16 Sep 2019 22:29:25 +0300 Subject: Clarify the unzip operation --- get_data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'get_data.sh') diff --git a/get_data.sh b/get_data.sh index 71b2c65..335a1f1 100755 --- a/get_data.sh +++ b/get_data.sh @@ -38,7 +38,7 @@ wget -nc -q http://compling.hss.ntu.edu.sg/omw/wns/slv.zip -P "${WNET}" echo "Unzipping wordnet data" for LANG in als bul ell ita ron slv; do - unzip -ofq "${WNET}/${LANG}" -d "${WNET}" + unzip -ofq "${WNET}/${LANG}.zip" -d "${WNET}" rm -f "${WNET}/${LANG}.zip" done -- cgit v1.2.3-70-g09d2