roku device - sets platform
This commit is contained in:
@@ -13,13 +13,15 @@ _roku_device()
|
||||
{
|
||||
if [ "$1" != "" ]; then
|
||||
export ROKU_DEV_TARGET="$1"
|
||||
export ROKU_DEV_PLATFORM="$(_roku.sh device_platform)"
|
||||
fi
|
||||
echo $ROKU_DEV_TARGET
|
||||
echo "device: $ROKU_DEV_TARGET"
|
||||
echo "platform: $ROKU_DEV_PLATFORM"
|
||||
}
|
||||
|
||||
roku()
|
||||
{
|
||||
if [ "$1" = "device" ]; then
|
||||
if [ "$1" = "device" -a "$2" != "info" ]; then
|
||||
shift
|
||||
_roku_device "$@"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user