# Kill the emulaltor
# WARNING: This kills any process named emulator, even
# if not started by App Inventor
#!/bin/bash
killall emulator
killall emulator64-arm
exit 0







