diff options
Diffstat (limited to 'ssh-authorized-send')
-rwxr-xr-x | ssh-authorized-send | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ssh-authorized-send b/ssh-authorized-send index 22f5596..dc9c8c3 100755 --- a/ssh-authorized-send +++ b/ssh-authorized-send @@ -6,6 +6,9 @@ # Parameters BASENAME="`basename $0`" KEY="$1" + +# Servers +shift SERVERS="$*" # Checks |