#! /bin/bash

# Put the webOS CLI on path
export PATH=$WEBOS_CLI_TV:$PATH

read -rp "Device name: " device_name

# The argument to --app should change with the the id field defined in appinfo.json
ares-inspect --device "$device_name" --app tv.twitch.tv.starshot.lg --open
