No description
  • Shell 98.8%
  • Makefile 1.2%
Find a file
2021-11-30 01:44:58 +07:00
makefile fix uninstall 2021-11-28 04:34:15 +07:00
README added -n -d and -D flags 2021-11-28 04:30:37 +07:00
vbox-ctl one liner VBoxManage createvm 2021-11-30 01:44:58 +07:00

User-friendly VBoxManage wrapper based on https://gist.github.com/lamberta/3270486

install with:
$ sudo make install
uninstall with:
$ sudo make uninstall


Usage: vbox-ctl [options] name
    Easy control of VirtualBox virtual machines.
       -h      Show this usage guide.
       -l      List available VM names.
    Commands:
       -s      Start in headless mode.
       -S      Start in a VirtualBox console.
       -o      Power off.
       -r      Restart.
       -d      Delete VM.
       -D      Purge VM.
    Interactive:
       -n      Create new VM from ISO file.