dotfiles/.config/i3/scripts/emulator.sh

5 lines
172 B
Bash
Raw Normal View History

2021-03-06 18:35:51 +01:00
#!/bin/zsh
#emulator -accel on -avd thePhone -gpu host -camera-front webcam1 -delay-adb -no-boot-anim
emulator -accel on -avd thePhone -gpu host -delay-adb
adb kill-server