Which means now I'll have to think about real prefixes in commit names.
3 lines
116 B
Bash
Executable file
3 lines
116 B
Bash
Executable file
#!/data/data/com.termux/files/usr/bin/env bash
|
|
cd ~/storage/shared/Movies/NewPipe/
|
|
youtube-dl --all-subs "${@: -1}"
|