Skip to content

Instantly share code, notes, and snippets.

@mkouhei
Created August 23, 2017 22:19
Show Gist options
  • Save mkouhei/e4eb629920154471b5836a1b7e0d8cee to your computer and use it in GitHub Desktop.
Save mkouhei/e4eb629920154471b5836a1b7e0d8cee to your computer and use it in GitHub Desktop.
#!/bin/sh -e
vmname=$1
#VBoxManage modifyvm $vmname --biossystemtimeoffset $(( 1000 * 60 * 60 * 3 ))
VBoxManage modifyvm $vmname --biossystemtimeoffset 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment