aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/shoal4
-rwxr-xr-xbin/shock4
2 files changed, 8 insertions, 0 deletions
diff --git a/bin/shoal b/bin/shoal
index 2eba4a12..d2ecfc95 100755
--- a/bin/shoal
+++ b/bin/shoal
@@ -8,6 +8,10 @@
# Copyright: 2014
# License: Public domain
#
+
+# Name self
+self=shoal
+
while read -r option value _ ; do
if [[ $option == 'Host' && $value != *[^[:alnum:]_-]* ]] ; then
printf '%s\n' "$value"
diff --git a/bin/shock b/bin/shock
index bfdd3ee2..ef71c5d7 100755
--- a/bin/shock
+++ b/bin/shock
@@ -5,6 +5,10 @@
# the hostname if the command's return value was zero. Discard stdout, but do
# print stderr.
#
+# Author: Tom Ryder <tom@sanctum.geek.nz>
+# Copyright: 2014
+# License: Public domain
+#
# Name self
self=shock