Update qmcreate.sh
This commit is contained in:
6
qmcreate.sh
Normal file
6
qmcreate.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
while read $line
|
||||
do
|
||||
ip=$(echo $line | cut -d ' ' -f 1)
|
||||
hostname=$(echo $line | cut -d ' ' -f 2)
|
||||
done < ./hosts
|
||||
Reference in New Issue
Block a user