7 lines
91 B
Bash
7 lines
91 B
Bash
#!/usr/bin/env bash
|
|
|
|
APPIUM_LOG="/var/log/appium.log"
|
|
CMD="appium --log $APPIUM_LOG"
|
|
|
|
$CMD
|