Files
dsk-iac/01-old/ansible/rsa_key/test.sh
dsk-minchulahn 0273450ff6 Clean Code
2023-12-19 13:03:29 +09:00

10 lines
145 B
Bash
Executable File

#!/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