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

5 lines
279 B
Bash
Raw Normal View History

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