From 12ef28e8ce55d72b73f0998cd49674d33febf32d Mon Sep 17 00:00:00 2001 From: PAN Lei Date: Mon, 6 Feb 2023 22:03:47 +0100 Subject: [PATCH] add script for macbook pro 13 --- start_avds_13.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 start_avds_13.sh diff --git a/start_avds_13.sh b/start_avds_13.sh new file mode 100644 index 0000000..2aacf69 --- /dev/null +++ b/start_avds_13.sh @@ -0,0 +1,4 @@ +emulator -avd Pixel_0 & +emulator -avd Pixel_1 & +emulator -avd Pixel_2 & +emulator -avd Pixel_3 & \ No newline at end of file