3 lines
82 B
Bash
Executable file
3 lines
82 B
Bash
Executable file
#!/usr/bin/bash
|
|
|
|
playerctl --player=spotify metadata | grep $1 | awk '{print $3}'
|