Skip to content

Instantly share code, notes, and snippets.

@ken5scal
Last active August 29, 2015 14:17
Show Gist options
  • Save ken5scal/94852769a4bd45a2b916 to your computer and use it in GitHub Desktop.
Save ken5scal/94852769a4bd45a2b916 to your computer and use it in GitHub Desktop.
ターミナル上から一発でgenymotionを起動するワンライナー ref: http://qiita.com/ken5scal/items/beeab5ef1e89d90ff5c9
VBoxManage list vms | grep -i 'APIのバージョンやデバイス名' | head -1 | perl -ple 's/^.*\{(.*)\}/$1/g;' | xargs /Applications/Genymotion.app/Contents/MacOS/player --vm-name &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment