From c8ab406749124d2e762ad5cf53963070113afd0f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 5 Apr 2017 20:06:39 +1200 Subject: Apply runtime shebanging to POSIX shell --- bin/sta | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 bin/sta (limited to 'bin/sta') diff --git a/bin/sta b/bin/sta deleted file mode 100755 index 848d9740..00000000 --- a/bin/sta +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# Print list of sls(1df) hostnames that exit 0 when a connection is attempted -# and the optional given command is run. Discard stdout, but preserve stderr. -sls | while read -r hostname ; do - # shellcheck disable=SC2029 - ssh -nq -- "$hostname" "$@" >/dev/null || continue - printf '%s\n' "$hostname" -done -- cgit v1.2.3