mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 19:44:47 +00:00
7 lines
83 B
Bash
7 lines
83 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
APPIUM_LOG="/var/log/appium.log"
|
||
|
CMD="appium --log $APPIUM_LOG"
|
||
|
|
||
|
$CMD
|