aboutsummaryrefslogtreecommitdiff
path: root/bin/slsf
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-09 17:15:40 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-09 17:20:10 +1200
commit9fb350dc7c8cc5259ef24e0cb097031179fab1d6 (patch)
tree839dd0b8ee3f5323b1cd6aefa22b605b99437d62 /bin/slsf
parentMention nosls/sls flags in slsf(1) man page (diff)
downloaddotfiles-9fb350dc7c8cc5259ef24e0cb097031179fab1d6.tar.gz
dotfiles-9fb350dc7c8cc5259ef24e0cb097031179fab1d6.zip
Improve commenting/exit handling in binscripts
Diffstat (limited to 'bin/slsf')
-rwxr-xr-xbin/slsf1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/slsf b/bin/slsf
index c40e342a..6824ec13 100755
--- a/bin/slsf
+++ b/bin/slsf
@@ -1,4 +1,5 @@
#!/usr/bin/awk -f
+# Print the first non-glob "Host" name from each line of ssh_config(5) files
# Manage the processing flag (starts set in each file)
FNR == 1 || /### sls/ { sls = 1 }