Files
core/Common/3dParty/openssl/fetch.sh
Oleg Korshul 227d4f18d6 .
2017-06-08 17:24:17 +03:00

9 lines
140 B
Bash

#!/bin/bash
SCRIPT=$(readlink -f "$0")
SCRIPTPATH=$(dirname "$SCRIPT")
cd "$SCRIPTPATH"
git clone https://github.com/openssl/openssl.git