Skip to content

Instantly share code, notes, and snippets.

@JamesDBartlett3
Last active December 18, 2019 03:59
Show Gist options
  • Save JamesDBartlett3/44afa418806297bc496466c59442e07e to your computer and use it in GitHub Desktop.
Save JamesDBartlett3/44afa418806297bc496466c59442e07e to your computer and use it in GitHub Desktop.
#!/bin/bash
wget https://docs.openvinotoolkit.org/archives/2019_R3.1.zip
unzip -q 2019_R3.1.zip -d openvino_temp
rm 2019_R3.1.zip
mv openvino_temp/home/jenkins/agent/workspace/openvino/documentation/upload_documentation/automation/scripts/upload_documentation/OVINO/2019_R3.1/ OpenVINO_Docs
rm -rf openvino_temp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment