Files
vmcreate/qmcreate.sh
2025-10-22 10:21:40 +00:00

6 lines
130 B
Bash

#!/bin/bash
while read $line
do
ip=$(echo $line | cut -d ' ' -f 1)
hostname=$(echo $line | cut -d ' ' -f 2)
done < ./hosts