Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. #!/bin/bash
  2. VBoxSDL --startvm virtualmachine
  3.  
  4. chmod +x myscript
  5.  
  6. # $Id: vbox-starter.desktop 22 $
  7. [Desktop Entry]
  8. Name=Custom Virtualbox Starter
  9. GenericName=VBox
  10. Comment=VBox
  11. Exec=VBoxSDL --startvm virtualmachine
  12. Terminal=true
  13. Type=Application
  14. Icon=Virtualbox
  15. Categories=GNOME;GTK;Utility;
  16.  
  17. Exec=VBoxSDL --startvm virtualmachine
  18.  
  19. Exec=~/Desktop/myscript
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement