mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-30 05:02:54 +08:00
4 lines
107 B
Bash
4 lines
107 B
Bash
#!/bin/bash5
|
|
|
|
VBoxManage list --long -s vms |egrep 'Name:|Config file:' |egrep -v 'Snap|Filter' |paste - -
|