Added ATD

This commit is contained in:
butomo1989
2019-07-10 10:13:26 +02:00
parent b162e2ee58
commit d789139be9
3 changed files with 18 additions and 0 deletions
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
if [ "$ATD" = true ]; then
echo "Starting ATD..."
java -jar /root/RemoteAppiumManager.jar -DPort=4567
fi