Update qmcreate.sh

This commit is contained in:
2025-10-22 10:21:40 +00:00
parent 7232808be8
commit 504d53c026

6
qmcreate.sh Normal file
View 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