mirror of
https://github.com/izzy2lost/docker-android.git
synced 2026-06-19 01:16:28 -07: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
|