summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrandom-words8
1 files changed, 8 insertions, 0 deletions
diff --git a/random-words b/random-words
index 440619b..98fb203 100755
--- a/random-words
+++ b/random-words
@@ -1,4 +1,12 @@
#!/bin/sh
+#
+# random-words
+#
+# Trivial script to generate a random list of words
+#
+# Copyright (c) 2021-2023 Steve McIntyre <steve@einval.com>
+#
+# License: MIT/Expat (https://opensource.org/license/mit/)
NUM=$1
if [ "$NUM"x = ""x ]; then