aboutsummaryrefslogtreecommitdiff
path: root/bin/shock
diff options
context:
space:
mode:
Diffstat (limited to 'bin/shock')
-rwxr-xr-xbin/shock1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/shock b/bin/shock
index ef71c5d7..1e288896 100755
--- a/bin/shock
+++ b/bin/shock
@@ -27,6 +27,7 @@ fi
# Execute command, print hostname if it returns zero
while read -r hostname ; do
+ # shellcheck disable=SC2029
if ssh -nq -- "$hostname" "$@" >/dev/null ; then
printf '%s\n' "$hostname"
fi