git ignore certificate error
2018-12-12
git clone https://github.com/commx/python-rrdtool.git -c http.sslVerify=falseRead More →
git clone https://github.com/commx/python-rrdtool.git -c http.sslVerify=falseRead More →
1 |
if you use#! /bin/zsh $MYVAR=”Hello world” if [[ $MYVAR == *”hello”*]] thenecho “FOUND”fi If we don’t use #! /bin/zsh $MYVAR=”Hello world”if [[ $MYVAR == *”hello”*]]; thenecho “FOUND”fiRead More →