See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| from __future__ import print_function | |
| import requests | |
| import threading | |
| import sys | |
| def eprint(*args, **kwargs): | |
| print(*args, file=sys.stderr, **kwargs) |
| // | |
| // _oo0oo_ | |
| // o8888888o | |
| // 88" . "88 | |
| // (| -_- |) | |
| // 0\ = /0 | |
| // ___/`---'\___ | |
| // .' \\| |// '. | |
| // / \\||| : |||// \ | |
| // / _||||| -:- |||||- \ |
| # NO LONGER MAINTAINED | |
| # SEE https://gist.github.com/sparanoid/abb6e26d968accef9aa2 FOR UPDATE | |
| DES_PATH=/usr/share | |
| PUB_PATH=/srv/www/domain.tld/public_html | |
| ST_DIR=speedtest | |
| wget http://c.speedtest.net/mini/mini.zip -O $DES_PATH/$ST_DIR.zip --limit-rate=200000k | |
| unzip -o $DES_PATH/$ST_DIR.zip -d $DES_PATH/$ST_DIR | |
| # Remove old public files |