aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xghwt.py5
1 files changed, 5 insertions, 0 deletions
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