5 lines
358 B
Bash
5 lines
358 B
Bash
echo "watch btth, insert episodes to watch"
|
|
source /home/ccppi/.git/animdl/animdl-env/bin/activate # maybe does not have the expected effect because source only sources for the active session
|
|
#animdl stream "Battle through the heaven" -r$1
|
|
animdl stream "battle-through-the-heavens" -r$1 #wrong executable, uses installed instead of the local git version!!!
|