Skip to content

Instantly share code, notes, and snippets.

@bundarachada
bundarachada / android_emu_start.sh
Created October 15, 2016 18:59 — forked from stackedsax/android_emu_start.sh
Script for starting up multiple android emulators per box
#!/bin/bash
#####
#
# This script creates android emulators on the fly.
#
# Please refer to the README for usage instructions.
#
####