diff options
Diffstat (limited to 'bin/scatter')
-rwxr-xr-x | bin/scatter | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/scatter b/bin/scatter index 75604491..bab4ec32 100755 --- a/bin/scatter +++ b/bin/scatter @@ -32,4 +32,3 @@ while read -r hostname <&3 ; do ssh -qt -- "$hostname" "$@" printf '\n' done 3< <(shoal) - |