Create live-image for Grit OS

vm-stop-all 193B

    #!/bin/bash # Check for any virtual machines running and save them. for uuid in $( VBoxManage list runningvms | awk 'BEGIN{FS="\" "}{print $2}' ) do VBoxManage controlvm $uuid savestate done