#! /bin/sh # # Script: # Launch Netflix - Channel 12.sh # # # by Apollia of Astroblahhh.Com - http://astroblahhh.com/ # # Released March 15, 2014. # # # This script expects roku-remote-v4.sh to be in the same directory as this script. THIS_SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" cd "$THIS_SCRIPT_DIR"; sh roku-remote-v4.sh go 12 # # # End of script # #########################