Inital commit
This commit is contained in:
4
Playground/testVMloop.sh
Normal file
4
Playground/testVMloop.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
for VMID in $(qm list | tail -n+2 | awk '{print $1}'); do
|
||||
echo "Task for $VMID"
|
||||
done
|
||||
Reference in New Issue
Block a user