mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 15:23:02 +01:00
7 lines
217 B
Bash
7 lines
217 B
Bash
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
$ANDROID_HOME/emulator/emulator -no-window -avd firebird-builder -port 5554 &
|
||
|
$ANDROID_HOME/platform-tools/adb wait-for-device -s emulator-5554
|
||
|
$ANDROID_HOME/platform-tools/adb -s emulator-5554 root
|