Hello, I have the following function, the goal is to verify that the folder exists, and delete , extract the file .tar.gz and rename .
ssl_v="1.0.2g"
ABI="armv6"
# Clean then Unzip
[ -d openssl-${ssl_v} ] && rm -fr openssl-$...
asked by
05.05.2016 / 01:01