6 lines
106 B
Bash
Executable file
6 lines
106 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# link to this from ~/bin/termux-url-opener
|
|
|
|
read url
|
|
spotdl "$url" --output ~/storage/music
|