Skip to content

Instantly share code, notes, and snippets.

@mafice
Created September 18, 2012 14:33

Revisions

  1. mafice created this gist Sep 18, 2012.
    5 changes: 5 additions & 0 deletions alias
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    VBOX_ARCH="Arch Linux x64"
    alias arch="VBoxManage startvm '$VBOX_ARCH';
    sleep 3;
    osascript -e 'tell application \"System Events\" to set visible of process \"VirtualBox VM\" to false';
    ssh localhost -p 1234"