mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 10:42:53 +00:00
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
|