dotfiles/.config/i3/scripts/emulator.sh
2021-03-06 19:35:51 +02:00

4 lines
172 B
Bash
Executable file

#!/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