Files
core/Common/3dParty/openssl/fetch.sh
2018-03-01 17:25:47 +03:00

11 lines
189 B
Bash
Executable File

#!/bin/bash
SCRIPT=$(readlink -f "$0" || grealpath "$0")
SCRIPTPATH=$(dirname "$SCRIPT")
cd "$SCRIPTPATH"
if [ ! -d openssl ]; then
git clone https://github.com/openssl/openssl.git
fi