mirror of
https://github.com/budtmo/docker-android.git
synced 2026-07-30 03:02:20 +00:00
7 lines
126 B
Bash
Executable File
7 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ "$ATD" = true ]; then
|
|
echo "Starting ATD..."
|
|
java -jar /root/RemoteAppiumManager.jar -DPort=4567
|
|
fi
|