mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 10:03:03 +01:00
5 lines
103 B
Bash
5 lines
103 B
Bash
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
$ANDROID_HOME/cmdline-tools/latest/bin/avdmanager delete avd --name firebird-builder
|