Skip to content

Instantly share code, notes, and snippets.

View WhoisGray's full-sized avatar
😉
Happy

Whois Gray WhoisGray

😉
Happy
View GitHub Profile
@WhoisGray
WhoisGray / mobile.sh
Last active February 17, 2025 07:03
📝 Description: This Bash script provides a sleek and interactive way to list Android emulators, navigate through the list using arrow keys, and launch the selected emulator. It’s designed to simplify the development workflow and enhance productivity.
#!/bin/bash
# 🚀 Mobile Emulator Launcher
# Author: WhoisGray
# 📝 Description: A script to list available Android emulators, let you select one using arrow keys,
# and launch the selected emulator seamlessly.
# 🛠️ Define the path to the emulator command
EMULATOR_PATH="${ANDROID_HOME}/emulator/emulator"