#!/usr/bin/env bash

APPIUM_LOG="/var/log/appium.log"
CMD="appium --log $APPIUM_LOG"

$CMD