summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve McIntyre <steve@einval.com>2023-09-12 21:34:00 +0100
committerSteve McIntyre <steve@einval.com>2023-09-12 21:34:00 +0100
commit170ff858e2fd382fc933648a9197705cbb6f7618 (patch)
tree316200edfbb96e0a5483d65444fc78ce14498e93
parent51e855ec7376ac7149a525c08b6c5fecd7c1a0ee (diff)
downloadsteve-scripts-170ff858e2fd382fc933648a9197705cbb6f7618.zip
Add boilerplate to random-words
-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