mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 18:46:19 +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
|