Skip to content

devcontrol/VBoxMaestro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VBoxMaestro

VboxMaestro is a collection of often used command.

added functions start save boot sleep

start

  • starts machines
  • takes X arguments
  • Example: ./VBoxMaestro start machine1 machine2

save

  • saves machines
  • takes X arguments
  • Example: ./VBoxMaestro save machine1 machine2

boot

  • Starts all machines that are saved in the ./boot directory.
  • boot file config: Machines are separeted by line.
  • Example: ./VBoxMaestro boot

sleep

  • Saves all machines that are currently running.
  • This script uses 'VBoxManage list vms' to detect all running vms.
  • Example: ./VBoxMaestro sleep

Addidional Info:
This script can only affect machines of the user who will execute this script.

About

A bash script to do common Virtualbox (VBoxManage) stuff.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages