2
0
mirror of https://github.com/status-im/status-react.git synced 2025-02-13 03:16:55 +00:00
2019-03-21 13:57:00 +01:00

7 lines
91 B
Bash

#!/usr/bin/env bash
APPIUM_LOG="/var/log/appium.log"
CMD="appium --log $APPIUM_LOG"
$CMD