aboutsummaryrefslogtreecommitdiff
path: root/bin/shoal
diff options
context:
space:
mode:
Diffstat (limited to 'bin/shoal')
-rwxr-xr-xbin/shoal4
1 files changed, 4 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"