From f3644b91aad9a07eba5236de2f92c633470eea1f Mon Sep 17 00:00:00 2001
From: Karl Fogel <kfogel@red-bean.com>
Date: Wed, 22 Nov 2023 13:50:17 -0600
Subject: [PATCH] Document bin/dosh, based on commit 655b354a992498

---
 .gitignore | 1 +
 bin/dosh   | 8 ++++++++
 2 files changed, 9 insertions(+)

diff --git a/.gitignore b/.gitignore
index 13ee862..627ba68 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ noun_Key_1785639_ltgreen.svg
 noun_Telephone_2591756.svg
 noun_Telephone_2591756_ltgreen.svg
 svg-inkscape
+doc/kde
diff --git a/bin/dosh b/bin/dosh
index 497c4ea..6734a87 100755
--- a/bin/dosh
+++ b/bin/dosh
@@ -1,5 +1,13 @@
 #!/usr/bin/env bash
 
+# Downloader for agreement between Troll Tech and KDE Free Qt Foundation.
+# 
+# KDE presents the agreement as a series of PNG files on their site,
+# which is less convenient than assembling that into a PDF.  But we
+# don't have permission to distribute an assembled PDF, so instead we
+# have this script, which lets a user take the PNG files and make
+# their own PDF.
+
 SCRIPTNAME=dosh
 BASEDIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )/..
 
-- 
GitLab