GIT :/
This commit is contained in:
7
grpoppro
7
grpoppro
@@ -564,7 +564,12 @@ function getMovie {
|
||||
### Program starts here ###
|
||||
|
||||
# Prepare the necessary steps for Termux environment
|
||||
[[ "$OSTYPE" != "linux-gnu" ]] && GRPOPPRO_INTERACTIVE="off" && menu="fzf -i --prompt=seasonXepisode" && player="am start -n is.xyz.mpv/.MPVActivity -a android.intent.action.VIEW -d" && getFzfForTermux
|
||||
if [[ "$OSTYPE" != "linux-gnu" ]]; then
|
||||
GRPOPPRO_INTERACTIVE="off"
|
||||
menu="fzf -i --prompt=seasonXepisode"
|
||||
player="am start -n is.xyz.mpv/.MPVActivity -a android.intent.action.VIEW -d"
|
||||
getFzfForTermux
|
||||
fi
|
||||
|
||||
if [[ -f "$GRPOPPRO_CONFIG_FILE" ]]; then
|
||||
while IFS='=' read -r key value; do
|
||||
|
||||
Reference in New Issue
Block a user