Home | History | Annotate | Download | only in nist-pkits

Lines Matching refs:ZIP

32     echo "Usage: $0 PKITS.pdf PKITS_data.zip"
41 ZIP="${2}"
47 elif [ ! -f "${ZIP}" -o "${ZIP#${ZIP%.zip}}" != ".zip" ]; then
48 echo "The second argument must point to PKITS_data.zip"
80 unzip -q -o -d "${STORAGE_DIR}" "${ZIP}" "${file}"
95 shasum_file "${ZIP}" >> pkits.version