add scritp
This commit is contained in:
commit
df5cca3183
6 changed files with 90 additions and 0 deletions
8
delate_emulators.sh
Normal file
8
delate_emulators.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
BASENAME='root34'
|
||||
MAX_EMU=10
|
||||
|
||||
for i in $(seq 1 "${MAX_EMU}"); do
|
||||
avdmanager delete avd --name "${BASENAME}-${i}"
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue