fixed spacing with some files

This commit is contained in:
Brendan McDevitt 2016-10-16 09:35:31 -05:00
parent ca73caf977
commit e382025b68
2 changed files with 1 additions and 3 deletions

View file

@ -69,8 +69,7 @@ cx()
ssl() ssl()
{ {
openssl s_client -connect $1:443 openssl s_client -connect $1:443
} }

View file

@ -5,7 +5,6 @@
# https://www.python.org/downloads/ # https://www.python.org/downloads/
py_version=2.7.12 py_version=2.7.12
pip_version=2.7
download_url=https://www.python.org/ftp/python/2.7.12/Python-${py_version}.tar.xz download_url=https://www.python.org/ftp/python/2.7.12/Python-${py_version}.tar.xz
# download the python version and extract it # download the python version and extract it