10 lines
276 B
Bash
10 lines
276 B
Bash
#!/bin/sh
|
|
|
|
export ROKU_WEB_DIR="$HOME/roku"
|
|
export ROKU_WEB_PREFIX="roku"
|
|
export _ROKU_SHELL_DIR=$(dirname $(realpath $(readlink -f "${BASH_SOURCE[0]}" )))
|
|
source $_ROKU_SHELL_DIR/_roku_shared.sh
|
|
source $_ROKU_SHELL_DIR/_roku_completion.sh
|
|
|
|
complete -F __roku_completion roku
|