X-Git-Url: https://projects.mako.cc/source/redirect-tools/blobdiff_plain/6afdb261da3e6b7fe8d122614f052644556a3095..94bd17bbb5059ab82da990a6488cbe6eb3d5c42d:/example/01-extract_redirects_wrapper.sh diff --git a/example/01-extract_redirects_wrapper.sh b/example/01-extract_redirects_wrapper.sh index e953c61..be882ca 100755 --- a/example/01-extract_redirects_wrapper.sh +++ b/example/01-extract_redirects_wrapper.sh @@ -9,4 +9,4 @@ INPUT_FILE=$(find ${DATA_DIR}/wp-enwiki-xml -name '*7z' | sed -n ${RUN}p) OUTPUT_FILE="${DATA_DIR}/wp-enwiki-redir/wp_edits_redir_${INDEX}.tsv.bz2" # print material out -7za x -so "${INPUT_FILE}" | /usr/local/bin/python2.7 ${CUR_DIR}/extract_redirects.py | bzip2 -c - > ${OUTPUT_FILE} +7za x -so "${INPUT_FILE}" | /usr/local/bin/python2.7 ${CUR_DIR}/01-extract_redirects.py | bzip2 -c - > ${OUTPUT_FILE}