Update qm create

This commit is contained in:
2025-10-22 10:20:17 +00:00
parent a2005bd5d9
commit 7232808be8

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