Files
2023-12-19 13:36:16 +09:00

9 lines
78 B
Bash
Executable File

#!/bin/bash
while read ip
do
./key.sh saasadmin1234 ${ip}
done < ip_list