Clean Code
This commit is contained in:
9
01-old/ansible/rsa_key/test.sh
Executable file
9
01-old/ansible/rsa_key/test.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
#if [ -z "$BASH_VERSION" ]; then exec bash "$0" "$@"; exit; fi
|
||||
|
||||
passwd=$1
|
||||
|
||||
while read ip
|
||||
do
|
||||
./key.sh ${passwd} ${ip}
|
||||
done < ip_list
|
||||
Reference in New Issue
Block a user