The Higher Education and Research forge

Home My Page Projects Code Snippets Project Openings

Snippet Library

launchvm.sh

Type:
Function
Category:
Unix Admin
License:
GNU General Public License
Language:
Unix Shell

Description:
lancement de la machine virtuel (virtual box)

Versions Of This Snippet:

Snippet ID Download Version Date Posted Author Delete
111.02017-02-21 10:58Jean-François BELLANGER Delete

Download a raw-text version of this code by clicking on “Download Version”


Latest Snippet Version: 1.0

#! /bin/bash
VBoxManage snapshot "Kiosque" restore "snapok"
VirtualBox --startvm "Kiosque" -fullscreen

		

Add a new version

You can submit a new version of this snippet if you have modified it and you feel it is appropriate to share with others.