From 3f446a79eca0081394a635f1460fe2ce742106a9 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 18 Sep 2017 23:43:05 -0400 Subject: ghwt: Add a comment at the top briefly explaining what it is --- ghwt.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ghwt.py b/ghwt.py index d04cd3f..bf06e19 100755 --- a/ghwt.py +++ b/ghwt.py @@ -14,6 +14,11 @@ # See the License for the specific language governing permissions and # limitations under the License. +# ghwt - GitHub WrapTool +# +# An emergency wraptool(1) replacement downloader that downloads +# directly from GitHub in case wrapdb.mesonbuild.com is down. + import urllib.request, json, sys, os, shutil, subprocess import configparser, hashlib -- cgit v1.1