add script
This commit is contained in:
parent
ca752e6563
commit
baf86e2232
1 changed files with 4 additions and 0 deletions
4
handle_url
Executable file
4
handle_url
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
read url
|
||||
spotdl "$url" --output ~/storage/music
|
||||
Loading…
Reference in a new issue