aboutsummaryrefslogtreecommitdiff
path: root/bin/scatter
diff options
context:
space:
mode:
Diffstat (limited to 'bin/scatter')
-rwxr-xr-xbin/scatter1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/scatter b/bin/scatter
index 5cb62e44..75604491 100755
--- a/bin/scatter
+++ b/bin/scatter
@@ -28,6 +28,7 @@ fi
# avoid clobbering any of the standard streams
while read -r hostname <&3 ; do
printf '%s: %s\n' "$self" "$hostname"
+ # shellcheck disable=SC2029
ssh -qt -- "$hostname" "$@"
printf '\n'
done 3< <(shoal)