3 lines
108 B
Bash
Executable file
3 lines
108 B
Bash
Executable file
#!/bin/sh
|
|
|
|
spotdl "$(playerctl -i firefox metadata --format '{{ artist }} - {{ title }}')" --output ~/Music
|