mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-05 11:39:30 +01:00
ed075a35b6
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
5 lines
161 B
Bash
Executable File
5 lines
161 B
Bash
Executable File
#!/usr/bin/env bash
|
|
chmod 777 -R /dev/kvm
|
|
adb start-server
|
|
emulator -avd test -wipe-data -no-audio -no-boot-anim -no-window -accel on -gpu swiftshader_indirect
|