Start Oracle VirtualBox VM with bash

1 · Hayato Iriumi · Dec. 1, 2019, 7:20 a.m.
Summary
I just came up with a way to start a Oracle VirtualBox VM with bash. Here is the code. [crayon-5de369d271a6b634356732/] The line #3 checks if it can find ‘running (since’ string in the standard output after running VBoxManage showvminfo $vmname and it assigns the occurrence count to cnt variable. logger is the command you use … Continue reading "Start Oracle VirtualBox VM with bash" The post Start Oracle VirtualBox VM with bash appeared first on Hayato Iriumi....