Files
core/Common/3dParty/openssl/fetch.sh
Oleg Korshul 7388bf871f refactoring
2017-07-20 17:41:28 +03:00

9 lines
140 B
Bash
Executable File

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