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 |
---|---|---|---|---|
11 | 1.0 | 2017-02-21 10:58 | Jean-François BELLANGER |
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.